[INFO] fetching crate malachite-float 0.9.2...
[INFO] fixing malachite-float-0.9.2 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate malachite-float 0.9.2 into /workspace/builds/worker-4-tc1/source
[INFO] started tweaking crates.io crate malachite-float 0.9.2
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate malachite-float 0.9.2
[INFO] tweaked toml for crates.io crate malachite-float 0.9.2 written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate malachite-float 0.9.2 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate malachite-float 0.9.2 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded pyo3-macros v0.29.0
[INFO] [stderr]   Downloaded pyo3-build-config v0.29.0
[INFO] [stderr]   Downloaded pyo3-ffi v0.29.0
[INFO] [stderr]   Downloaded gnuplot v0.0.46
[INFO] [stderr]   Downloaded pyo3-macros-backend v0.29.0
[INFO] [stderr]   Downloaded wide v1.5.0
[INFO] [stderr]   Downloaded malachite-q v0.9.2
[INFO] [stderr]   Downloaded rug v1.30.0
[INFO] [stderr]   Downloaded malachite-base v0.9.2
[INFO] [stderr]   Downloaded pyo3 v0.29.0
[INFO] [stderr]   Downloaded malachite-nz v0.9.2
[INFO] [stderr]   Downloaded gmp-mpfr-sys v1.7.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 06b4204d6b7a65e43d28d04c066bd0e5ed7f23dea6f5d065a21899a2cfed876d
[INFO] running `Command { std: "docker" "start" "06b4204d6b7a65e43d28d04c066bd0e5ed7f23dea6f5d065a21899a2cfed876d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "06b4204d6b7a65e43d28d04c066bd0e5ed7f23dea6f5d065a21899a2cfed876d" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "06b4204d6b7a65e43d28d04c066bd0e5ed7f23dea6f5d065a21899a2cfed876d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "06b4204d6b7a65e43d28d04c066bd0e5ed7f23dea6f5d065a21899a2cfed876d" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling libm v0.2.16
[INFO] [stderr]    Compiling malachite-nz v0.9.2
[INFO] [stderr]     Checking safe_arch v1.0.0
[INFO] [stderr]     Checking wide v1.5.0
[INFO] [stderr]     Checking malachite-base v0.9.2
[INFO] [stderr]     Checking malachite-q v0.9.2
[INFO] [stderr]     Checking malachite-float v0.9.2 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/arithmetic/abs.rs:12:21
[INFO] [stdout]     |
[INFO] [stdout]  12 | use malachite_base::test_util::generators::primitive_float_gen;
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/arithmetic/abs.rs:13:22
[INFO] [stdout]     |
[INFO] [stdout]  13 | use malachite_float::test_util::common::{parse_hex_string, to_hex_string};
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/arithmetic/abs.rs:14:22
[INFO] [stdout]     |
[INFO] [stdout]  14 | use malachite_float::test_util::generators::{float_gen, float_gen_var_4, float_gen_var_12};
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/arithmetic/add.rs:19:21
[INFO] [stdout]     |
[INFO] [stdout]  19 | use malachite_base::test_util::generators::primitive_float_pair_gen;
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/arithmetic/add.rs:21:22
[INFO] [stdout]     |
[INFO] [stdout]  21 | use malachite_float::test_util::arithmetic::add::{
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/arithmetic/add.rs:26:22
[INFO] [stdout]     |
[INFO] [stdout]  26 | use malachite_float::test_util::common::{
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/arithmetic/add.rs:29:22
[INFO] [stdout]     |
[INFO] [stdout]  29 | use malachite_float::test_util::generators::{
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_q`
[INFO] [stdout]    --> tests/arithmetic/add.rs:50:18
[INFO] [stdout]     |
[INFO] [stdout]  50 | use malachite_q::test_util::generators::{rational_gen, rational_unsigned_pair_gen_var_3};
[INFO] [stdout]     |                  ^^^^^^^^^ could not find `test_util` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-q-0.9.2/src/lib.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 267 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 268 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/arithmetic/agm.rs:19:21
[INFO] [stdout]     |
[INFO] [stdout]  19 | use malachite_base::test_util::generators::primitive_float_pair_gen;
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/arithmetic/agm.rs:21:22
[INFO] [stdout]     |
[INFO] [stdout]  21 | use malachite_float::test_util::arithmetic::agm::{
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/arithmetic/agm.rs:24:22
[INFO] [stdout]     |
[INFO] [stdout]  24 | use malachite_float::test_util::common::{
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/arithmetic/agm.rs:27:22
[INFO] [stdout]     |
[INFO] [stdout]  27 | use malachite_float::test_util::generators::{
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_q`
[INFO] [stdout]    --> tests/arithmetic/agm.rs:42:18
[INFO] [stdout]     |
[INFO] [stdout]  42 | use malachite_q::test_util::generators::{
[INFO] [stdout]     |                  ^^^^^^^^^ could not find `test_util` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-q-0.9.2/src/lib.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 267 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 268 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/arithmetic/div.rs:22:21
[INFO] [stdout]     |
[INFO] [stdout]  22 | use malachite_base::test_util::generators::common::GenConfig;
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/arithmetic/div.rs:23:21
[INFO] [stdout]     |
[INFO] [stdout]  23 | use malachite_base::test_util::generators::primitive_float_pair_gen;
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/arithmetic/div.rs:35:22
[INFO] [stdout]     |
[INFO] [stdout]  35 | use malachite_float::test_util::arithmetic::div::{
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/arithmetic/div.rs:40:22
[INFO] [stdout]     |
[INFO] [stdout]  40 | use malachite_float::test_util::common::{
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/arithmetic/div.rs:43:22
[INFO] [stdout]     |
[INFO] [stdout]  43 | use malachite_float::test_util::generators::{
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_q`
[INFO] [stdout]    --> tests/arithmetic/div.rs:67:18
[INFO] [stdout]     |
[INFO] [stdout]  67 | use malachite_q::test_util::generators::{rational_gen, rational_unsigned_pair_gen_var_3};
[INFO] [stdout]     |                  ^^^^^^^^^ could not find `test_util` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-q-0.9.2/src/lib.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 267 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 268 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/arithmetic/is_power_of_2.rs:11:21
[INFO] [stdout]     |
[INFO] [stdout]  11 | use malachite_base::test_util::generators::primitive_float_gen;
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/arithmetic/is_power_of_2.rs:13:22
[INFO] [stdout]     |
[INFO] [stdout]  13 | use malachite_float::test_util::common::parse_hex_string;
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/arithmetic/is_power_of_2.rs:14:22
[INFO] [stdout]     |
[INFO] [stdout]  14 | use malachite_float::test_util::generators::{float_gen, float_gen_var_4, float_gen_var_12};
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/arithmetic/ln.rs:22:21
[INFO] [stdout]     |
[INFO] [stdout]  22 | use malachite_base::test_util::generators::common::GenConfig;
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/arithmetic/ln.rs:23:21
[INFO] [stdout]     |
[INFO] [stdout]  23 | use malachite_base::test_util::generators::{
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/arithmetic/ln.rs:28:22
[INFO] [stdout]     |
[INFO] [stdout]  28 | use malachite_float::test_util::arithmetic::ln::{
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/arithmetic/ln.rs:31:22
[INFO] [stdout]     |
[INFO] [stdout]  31 | use malachite_float::test_util::common::{
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/arithmetic/ln.rs:34:22
[INFO] [stdout]     |
[INFO] [stdout]  34 | use malachite_float::test_util::generators::{
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_q`
[INFO] [stdout]    --> tests/arithmetic/ln.rs:44:18
[INFO] [stdout]     |
[INFO] [stdout]  44 | use malachite_q::test_util::generators::{rational_gen, rational_unsigned_pair_gen_var_3};
[INFO] [stdout]     |                  ^^^^^^^^^ could not find `test_util` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-q-0.9.2/src/lib.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 267 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 268 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/arithmetic/ln_1_plus_x.rs:21:21
[INFO] [stdout]     |
[INFO] [stdout]  21 | use malachite_base::test_util::generators::common::GenConfig;
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/arithmetic/ln_1_plus_x.rs:22:21
[INFO] [stdout]     |
[INFO] [stdout]  22 | use malachite_base::test_util::generators::{
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/arithmetic/ln_1_plus_x.rs:27:22
[INFO] [stdout]     |
[INFO] [stdout]  27 | use malachite_float::test_util::arithmetic::ln_1_plus_x::{
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/arithmetic/ln_1_plus_x.rs:30:22
[INFO] [stdout]     |
[INFO] [stdout]  30 | use malachite_float::test_util::common::{
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/arithmetic/ln_1_plus_x.rs:33:22
[INFO] [stdout]     |
[INFO] [stdout]  33 | use malachite_float::test_util::generators::{
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/arithmetic/log_base.rs:18:21
[INFO] [stdout]     |
[INFO] [stdout]  18 | use malachite_base::test_util::generators::common::GenConfig;
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/arithmetic/log_base.rs:19:21
[INFO] [stdout]     |
[INFO] [stdout]  19 | use malachite_base::test_util::generators::primitive_float_unsigned_pair_gen_var_4;
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/arithmetic/log_base.rs:26:22
[INFO] [stdout]     |
[INFO] [stdout]  26 | use malachite_float::test_util::arithmetic::log_base::{
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/arithmetic/log_base.rs:29:22
[INFO] [stdout]     |
[INFO] [stdout]  29 | use malachite_float::test_util::common::rug_round_try_from_rounding_mode;
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/arithmetic/log_base.rs:30:22
[INFO] [stdout]     |
[INFO] [stdout]  30 | use malachite_float::test_util::generators::{
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_q`
[INFO] [stdout]    --> tests/arithmetic/log_base.rs:39:18
[INFO] [stdout]     |
[INFO] [stdout]  39 | use malachite_q::test_util::generators::rational_unsigned_pair_gen_var_9;
[INFO] [stdout]     |                  ^^^^^^^^^ could not find `test_util` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-q-0.9.2/src/lib.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 267 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 268 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/arithmetic/log_base_10.rs:21:21
[INFO] [stdout]     |
[INFO] [stdout]  21 | use malachite_base::test_util::generators::common::GenConfig;
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/arithmetic/log_base_10.rs:22:21
[INFO] [stdout]     |
[INFO] [stdout]  22 | use malachite_base::test_util::generators::{
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/arithmetic/log_base_10.rs:32:22
[INFO] [stdout]     |
[INFO] [stdout]  32 | use malachite_float::test_util::arithmetic::log_base_10::{
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/arithmetic/log_base_10.rs:36:22
[INFO] [stdout]     |
[INFO] [stdout]  36 | use malachite_float::test_util::common::{
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/arithmetic/log_base_10.rs:39:22
[INFO] [stdout]     |
[INFO] [stdout]  39 | use malachite_float::test_util::generators::{
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_q`
[INFO] [stdout]    --> tests/arithmetic/log_base_10.rs:49:18
[INFO] [stdout]     |
[INFO] [stdout]  49 | use malachite_q::test_util::generators::rational_gen;
[INFO] [stdout]     |                  ^^^^^^^^^ could not find `test_util` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-q-0.9.2/src/lib.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 267 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 268 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/arithmetic/log_base_10_1_plus_x.rs:20:21
[INFO] [stdout]     |
[INFO] [stdout]  20 | use malachite_base::test_util::generators::{
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/arithmetic/log_base_10_1_plus_x.rs:25:22
[INFO] [stdout]     |
[INFO] [stdout]  25 | use malachite_float::test_util::arithmetic::log_base_10_1_plus_x::{
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/arithmetic/log_base_10_1_plus_x.rs:28:22
[INFO] [stdout]     |
[INFO] [stdout]  28 | use malachite_float::test_util::common::{rug_round_try_from_rounding_mode, to_hex_string};
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/arithmetic/log_base_10_1_plus_x.rs:29:22
[INFO] [stdout]     |
[INFO] [stdout]  29 | use malachite_float::test_util::generators::{
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/arithmetic/log_base_1_plus_x.rs:20:21
[INFO] [stdout]     |
[INFO] [stdout]  20 | use malachite_base::test_util::generators::{
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/arithmetic/log_base_1_plus_x.rs:25:22
[INFO] [stdout]     |
[INFO] [stdout]  25 | use malachite_float::test_util::arithmetic::log_base_1_plus_x::{
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/arithmetic/log_base_1_plus_x.rs:28:22
[INFO] [stdout]     |
[INFO] [stdout]  28 | use malachite_float::test_util::common::{rug_round_try_from_rounding_mode, to_hex_string};
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/arithmetic/log_base_1_plus_x.rs:29:22
[INFO] [stdout]     |
[INFO] [stdout]  29 | use malachite_float::test_util::generators::{
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/arithmetic/log_base_2.rs:21:21
[INFO] [stdout]     |
[INFO] [stdout]  21 | use malachite_base::test_util::generators::common::GenConfig;
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/arithmetic/log_base_2.rs:22:21
[INFO] [stdout]     |
[INFO] [stdout]  22 | use malachite_base::test_util::generators::{
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/arithmetic/log_base_2.rs:29:22
[INFO] [stdout]     |
[INFO] [stdout]  29 | use malachite_float::test_util::arithmetic::log_base_2::{
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/arithmetic/log_base_2.rs:33:22
[INFO] [stdout]     |
[INFO] [stdout]  33 | use malachite_float::test_util::common::{
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/arithmetic/log_base_2.rs:36:22
[INFO] [stdout]     |
[INFO] [stdout]  36 | use malachite_float::test_util::generators::{
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_q`
[INFO] [stdout]    --> tests/arithmetic/log_base_2.rs:46:18
[INFO] [stdout]     |
[INFO] [stdout]  46 | use malachite_q::test_util::generators::{rational_gen, rational_unsigned_pair_gen_var_3};
[INFO] [stdout]     |                  ^^^^^^^^^ could not find `test_util` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-q-0.9.2/src/lib.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 267 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 268 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/arithmetic/log_base_2_1_plus_x.rs:21:21
[INFO] [stdout]     |
[INFO] [stdout]  21 | use malachite_base::test_util::generators::common::GenConfig;
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/arithmetic/log_base_2_1_plus_x.rs:22:21
[INFO] [stdout]     |
[INFO] [stdout]  22 | use malachite_base::test_util::generators::{
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/arithmetic/log_base_2_1_plus_x.rs:27:22
[INFO] [stdout]     |
[INFO] [stdout]  27 | use malachite_float::test_util::arithmetic::log_base_2_1_plus_x::{
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/arithmetic/log_base_2_1_plus_x.rs:31:22
[INFO] [stdout]     |
[INFO] [stdout]  31 | use malachite_float::test_util::common::{
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/arithmetic/log_base_2_1_plus_x.rs:34:22
[INFO] [stdout]     |
[INFO] [stdout]  34 | use malachite_float::test_util::generators::{
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/arithmetic/log_base_float_base.rs:20:21
[INFO] [stdout]     |
[INFO] [stdout]  20 | use malachite_base::test_util::generators::{
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/arithmetic/log_base_float_base.rs:25:22
[INFO] [stdout]     |
[INFO] [stdout]  25 | use malachite_float::test_util::arithmetic::log_base_float_base::{
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/arithmetic/log_base_float_base.rs:29:22
[INFO] [stdout]     |
[INFO] [stdout]  29 | use malachite_float::test_util::common::rug_round_try_from_rounding_mode;
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/arithmetic/log_base_float_base.rs:30:22
[INFO] [stdout]     |
[INFO] [stdout]  30 | use malachite_float::test_util::generators::{
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/arithmetic/log_base_float_base_1_plus_x.rs:20:21
[INFO] [stdout]     |
[INFO] [stdout]  20 | use malachite_base::test_util::generators::{
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/arithmetic/log_base_float_base_1_plus_x.rs:25:22
[INFO] [stdout]     |
[INFO] [stdout]  25 | use malachite_float::test_util::arithmetic::log_base_float_base_1_plus_x::{
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/arithmetic/log_base_float_base_1_plus_x.rs:29:22
[INFO] [stdout]     |
[INFO] [stdout]  29 | use malachite_float::test_util::common::rug_round_try_from_rounding_mode;
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/arithmetic/log_base_float_base_1_plus_x.rs:30:22
[INFO] [stdout]     |
[INFO] [stdout]  30 | use malachite_float::test_util::generators::{
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/arithmetic/log_base_power_of_2.rs:23:21
[INFO] [stdout]     |
[INFO] [stdout]  23 | use malachite_base::test_util::generators::common::GenConfig;
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/arithmetic/log_base_power_of_2.rs:24:21
[INFO] [stdout]     |
[INFO] [stdout]  24 | use malachite_base::test_util::generators::{
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/arithmetic/log_base_power_of_2.rs:30:22
[INFO] [stdout]     |
[INFO] [stdout]  30 | use malachite_float::test_util::arithmetic::log_base_power_of_2::{
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/arithmetic/log_base_power_of_2.rs:35:22
[INFO] [stdout]     |
[INFO] [stdout]  35 | use malachite_float::test_util::common::{
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/arithmetic/log_base_power_of_2.rs:38:22
[INFO] [stdout]     |
[INFO] [stdout]  38 | use malachite_float::test_util::generators::{
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_q`
[INFO] [stdout]    --> tests/arithmetic/log_base_power_of_2.rs:47:18
[INFO] [stdout]     |
[INFO] [stdout]  47 | use malachite_q::test_util::generators::{
[INFO] [stdout]     |                  ^^^^^^^^^ could not find `test_util` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-q-0.9.2/src/lib.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 267 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 268 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/arithmetic/log_base_power_of_2_1_plus_x.rs:23:21
[INFO] [stdout]     |
[INFO] [stdout]  23 | use malachite_base::test_util::generators::common::GenConfig;
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/arithmetic/log_base_power_of_2_1_plus_x.rs:24:21
[INFO] [stdout]     |
[INFO] [stdout]  24 | use malachite_base::test_util::generators::{
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/arithmetic/log_base_power_of_2_1_plus_x.rs:28:22
[INFO] [stdout]     |
[INFO] [stdout]  28 | use malachite_float::test_util::arithmetic::log_base_power_of_2_1_plus_x::{
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/arithmetic/log_base_power_of_2_1_plus_x.rs:32:22
[INFO] [stdout]     |
[INFO] [stdout]  32 | use malachite_float::test_util::common::{
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/arithmetic/log_base_power_of_2_1_plus_x.rs:35:22
[INFO] [stdout]     |
[INFO] [stdout]  35 | use malachite_float::test_util::generators::{
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/arithmetic/log_base_rational_base.rs:18:21
[INFO] [stdout]     |
[INFO] [stdout]  18 | use malachite_base::test_util::generators::unsigned_rounding_mode_pair_gen_var_3;
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/arithmetic/log_base_rational_base.rs:21:22
[INFO] [stdout]     |
[INFO] [stdout]  21 | use malachite_float::test_util::arithmetic::log_base_rational_base::{
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/arithmetic/log_base_rational_base.rs:25:22
[INFO] [stdout]     |
[INFO] [stdout]  25 | use malachite_float::test_util::common::rug_round_try_from_rounding_mode;
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/arithmetic/log_base_rational_base.rs:26:22
[INFO] [stdout]     |
[INFO] [stdout]  26 | use malachite_float::test_util::generators::{
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/arithmetic/log_base_rational_base_1_plus_x.rs:18:21
[INFO] [stdout]     |
[INFO] [stdout]  18 | use malachite_base::test_util::generators::unsigned_rounding_mode_pair_gen_var_3;
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/arithmetic/log_base_rational_base_1_plus_x.rs:21:22
[INFO] [stdout]     |
[INFO] [stdout]  21 | use malachite_float::test_util::arithmetic::log_base_rational_base_1_plus_x::{
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/arithmetic/log_base_rational_base_1_plus_x.rs:25:22
[INFO] [stdout]     |
[INFO] [stdout]  25 | use malachite_float::test_util::common::rug_round_try_from_rounding_mode;
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/arithmetic/log_base_rational_base_1_plus_x.rs:26:22
[INFO] [stdout]     |
[INFO] [stdout]  26 | use malachite_float::test_util::generators::{
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/arithmetic/log_base_rational_float_base.rs:19:21
[INFO] [stdout]     |
[INFO] [stdout]  19 | use malachite_base::test_util::generators::unsigned_rounding_mode_pair_gen_var_3;
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/arithmetic/log_base_rational_float_base.rs:22:22
[INFO] [stdout]     |
[INFO] [stdout]  22 | use malachite_float::test_util::arithmetic::log_base_rational_float_base::{
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/arithmetic/log_base_rational_float_base.rs:25:22
[INFO] [stdout]     |
[INFO] [stdout]  25 | use malachite_float::test_util::common::rug_round_try_from_rounding_mode;
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/arithmetic/log_base_rational_float_base.rs:26:22
[INFO] [stdout]     |
[INFO] [stdout]  26 | use malachite_float::test_util::generators::{
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_q`
[INFO] [stdout]    --> tests/arithmetic/log_base_rational_float_base.rs:32:18
[INFO] [stdout]     |
[INFO] [stdout]  32 | use malachite_q::test_util::generators::rational_primitive_float_pair_gen;
[INFO] [stdout]     |                  ^^^^^^^^^ could not find `test_util` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-q-0.9.2/src/lib.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 267 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 268 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/arithmetic/log_base_rational_rational_base.rs:18:21
[INFO] [stdout]     |
[INFO] [stdout]  18 | use malachite_base::test_util::generators::unsigned_rounding_mode_pair_gen_var_3;
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/arithmetic/log_base_rational_rational_base.rs:21:22
[INFO] [stdout]     |
[INFO] [stdout]  21 | use malachite_float::test_util::arithmetic::log_base_rational_rational_base::{
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/arithmetic/log_base_rational_rational_base.rs:24:22
[INFO] [stdout]     |
[INFO] [stdout]  24 | use malachite_float::test_util::common::rug_round_try_from_rounding_mode;
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/arithmetic/log_base_rational_rational_base.rs:25:22
[INFO] [stdout]     |
[INFO] [stdout]  25 | use malachite_float::test_util::generators::*;
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/arithmetic/mul.rs:24:21
[INFO] [stdout]     |
[INFO] [stdout]  24 | use malachite_base::test_util::generators::common::GenConfig;
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/arithmetic/mul.rs:25:21
[INFO] [stdout]     |
[INFO] [stdout]  25 | use malachite_base::test_util::generators::primitive_float_pair_gen;
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/arithmetic/mul.rs:33:22
[INFO] [stdout]     |
[INFO] [stdout]  33 | use malachite_float::test_util::arithmetic::mul::{
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/arithmetic/mul.rs:37:22
[INFO] [stdout]     |
[INFO] [stdout]  37 | use malachite_float::test_util::common::{
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/arithmetic/mul.rs:40:22
[INFO] [stdout]     |
[INFO] [stdout]  40 | use malachite_float::test_util::generators::{
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_q`
[INFO] [stdout]    --> tests/arithmetic/mul.rs:62:18
[INFO] [stdout]     |
[INFO] [stdout]  62 | use malachite_q::test_util::generators::{rational_gen, rational_unsigned_pair_gen_var_3};
[INFO] [stdout]     |                  ^^^^^^^^^ could not find `test_util` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-q-0.9.2/src/lib.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 267 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 268 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/arithmetic/neg.rs:11:21
[INFO] [stdout]     |
[INFO] [stdout]  11 | use malachite_base::test_util::generators::primitive_float_gen;
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/arithmetic/neg.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 | use malachite_float::test_util::common::{parse_hex_string, to_hex_string};
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/arithmetic/neg.rs:13:22
[INFO] [stdout]     |
[INFO] [stdout]  13 | use malachite_float::test_util::generators::{float_gen, float_gen_var_4, float_gen_var_12};
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/arithmetic/power_of_2.rs:15:21
[INFO] [stdout]     |
[INFO] [stdout]  15 | use malachite_base::test_util::generators::{
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/arithmetic/power_of_2.rs:19:22
[INFO] [stdout]     |
[INFO] [stdout]  19 | use malachite_float::test_util::arithmetic::power_of_2::{
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/arithmetic/power_of_2.rs:22:22
[INFO] [stdout]     |
[INFO] [stdout]  22 | use malachite_float::test_util::arithmetic::shl_round::rug_shl_prec_round_signed;
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/arithmetic/power_of_2.rs:23:22
[INFO] [stdout]     |
[INFO] [stdout]  23 | use malachite_float::test_util::common::{rug_round_try_from_rounding_mode, to_hex_string};
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/arithmetic/power_of_2.rs:24:22
[INFO] [stdout]     |
[INFO] [stdout]  24 | use malachite_float::test_util::generators::{
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/arithmetic/reciprocal.rs:22:21
[INFO] [stdout]     |
[INFO] [stdout]  22 | use malachite_base::test_util::generators::common::GenConfig;
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/arithmetic/reciprocal.rs:23:21
[INFO] [stdout]     |
[INFO] [stdout]  23 | use malachite_base::test_util::generators::{
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/arithmetic/reciprocal.rs:28:22
[INFO] [stdout]     |
[INFO] [stdout]  28 | use malachite_float::test_util::arithmetic::reciprocal::{
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/arithmetic/reciprocal.rs:32:22
[INFO] [stdout]     |
[INFO] [stdout]  32 | use malachite_float::test_util::common::{
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/arithmetic/reciprocal.rs:35:22
[INFO] [stdout]     |
[INFO] [stdout]  35 | use malachite_float::test_util::generators::{
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/arithmetic/reciprocal_sqrt.rs:24:21
[INFO] [stdout]     |
[INFO] [stdout]  24 | use malachite_base::test_util::generators::common::GenConfig;
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/arithmetic/reciprocal_sqrt.rs:25:21
[INFO] [stdout]     |
[INFO] [stdout]  25 | use malachite_base::test_util::generators::{
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/arithmetic/reciprocal_sqrt.rs:32:22
[INFO] [stdout]     |
[INFO] [stdout]  32 | use malachite_float::test_util::arithmetic::reciprocal_sqrt::{
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/arithmetic/reciprocal_sqrt.rs:37:22
[INFO] [stdout]     |
[INFO] [stdout]  37 | use malachite_float::test_util::common::{
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/arithmetic/reciprocal_sqrt.rs:40:22
[INFO] [stdout]     |
[INFO] [stdout]  40 | use malachite_float::test_util::generators::{
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_q`
[INFO] [stdout]    --> tests/arithmetic/reciprocal_sqrt.rs:50:18
[INFO] [stdout]     |
[INFO] [stdout]  50 | use malachite_q::test_util::generators::{
[INFO] [stdout]     |                  ^^^^^^^^^ could not find `test_util` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-q-0.9.2/src/lib.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 267 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 268 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/arithmetic/shl.rs:18:21
[INFO] [stdout]     |
[INFO] [stdout]  18 | use malachite_base::test_util::generators::{
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/arithmetic/shl.rs:21:22
[INFO] [stdout]     |
[INFO] [stdout]  21 | use malachite_float::test_util::arithmetic::shl::shl_naive;
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/arithmetic/shl.rs:22:22
[INFO] [stdout]     |
[INFO] [stdout]  22 | use malachite_float::test_util::common::{parse_hex_string, to_hex_string};
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/arithmetic/shl.rs:23:22
[INFO] [stdout]     |
[INFO] [stdout]  23 | use malachite_float::test_util::generators::{
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_nz`
[INFO] [stdout]    --> tests/arithmetic/shl.rs:29:19
[INFO] [stdout]     |
[INFO] [stdout]  29 | use malachite_nz::test_util::generators::integer_unsigned_pair_gen_var_2;
[INFO] [stdout]     |                   ^^^^^^^^^ could not find `test_util` in `malachite_nz`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-nz-0.9.2/src/lib.rs:223:9
[INFO] [stdout]     |
[INFO] [stdout] 222 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 223 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/arithmetic/shl_round.rs:21:21
[INFO] [stdout]     |
[INFO] [stdout]  21 | use malachite_base::test_util::generators::{
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/arithmetic/shl_round.rs:28:22
[INFO] [stdout]     |
[INFO] [stdout]  28 | use malachite_float::test_util::arithmetic::shl_round::{
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/arithmetic/shl_round.rs:33:22
[INFO] [stdout]     |
[INFO] [stdout]  33 | use malachite_float::test_util::common::{
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/arithmetic/shl_round.rs:36:22
[INFO] [stdout]     |
[INFO] [stdout]  36 | use malachite_float::test_util::generators::{
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_nz`
[INFO] [stdout]    --> tests/arithmetic/shl_round.rs:50:19
[INFO] [stdout]     |
[INFO] [stdout]  50 | use malachite_nz::test_util::generators::integer_unsigned_rounding_mode_triple_gen_var_5;
[INFO] [stdout]     |                   ^^^^^^^^^ could not find `test_util` in `malachite_nz`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-nz-0.9.2/src/lib.rs:223:9
[INFO] [stdout]     |
[INFO] [stdout] 222 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 223 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/arithmetic/shr.rs:19:21
[INFO] [stdout]     |
[INFO] [stdout]  19 | use malachite_base::test_util::generators::{
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/arithmetic/shr.rs:22:22
[INFO] [stdout]     |
[INFO] [stdout]  22 | use malachite_float::test_util::arithmetic::shr::shr_naive;
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/arithmetic/shr.rs:23:22
[INFO] [stdout]     |
[INFO] [stdout]  23 | use malachite_float::test_util::common::{parse_hex_string, to_hex_string};
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/arithmetic/shr.rs:24:22
[INFO] [stdout]     |
[INFO] [stdout]  24 | use malachite_float::test_util::generators::{
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/arithmetic/shr_round.rs:21:21
[INFO] [stdout]     |
[INFO] [stdout]  21 | use malachite_base::test_util::generators::{
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/arithmetic/shr_round.rs:28:22
[INFO] [stdout]     |
[INFO] [stdout]  28 | use malachite_float::test_util::arithmetic::shr_round::{
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/arithmetic/shr_round.rs:33:22
[INFO] [stdout]     |
[INFO] [stdout]  33 | use malachite_float::test_util::common::{
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/arithmetic/shr_round.rs:36:22
[INFO] [stdout]     |
[INFO] [stdout]  36 | use malachite_float::test_util::generators::{
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/arithmetic/sign.rs:12:21
[INFO] [stdout]     |
[INFO] [stdout]  12 | use malachite_base::test_util::generators::primitive_float_gen_var_11;
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/arithmetic/sign.rs:14:22
[INFO] [stdout]     |
[INFO] [stdout]  14 | use malachite_float::test_util::common::parse_hex_string;
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/arithmetic/sign.rs:15:22
[INFO] [stdout]     |
[INFO] [stdout]  15 | use malachite_float::test_util::generators::{float_gen_var_2, float_gen_var_3, float_gen_var_14};
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/arithmetic/sqrt.rs:22:21
[INFO] [stdout]     |
[INFO] [stdout]  22 | use malachite_base::test_util::generators::common::GenConfig;
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/arithmetic/sqrt.rs:23:21
[INFO] [stdout]     |
[INFO] [stdout]  23 | use malachite_base::test_util::generators::{
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/arithmetic/sqrt.rs:29:22
[INFO] [stdout]     |
[INFO] [stdout]  29 | use malachite_float::test_util::arithmetic::sqrt::{
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/arithmetic/sqrt.rs:33:22
[INFO] [stdout]     |
[INFO] [stdout]  33 | use malachite_float::test_util::common::{
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/arithmetic/sqrt.rs:36:22
[INFO] [stdout]     |
[INFO] [stdout]  36 | use malachite_float::test_util::generators::{
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_q`
[INFO] [stdout]    --> tests/arithmetic/sqrt.rs:48:18
[INFO] [stdout]     |
[INFO] [stdout]  48 | use malachite_q::test_util::generators::{
[INFO] [stdout]     |                  ^^^^^^^^^ could not find `test_util` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-q-0.9.2/src/lib.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 267 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 268 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/arithmetic/square.rs:22:21
[INFO] [stdout]     |
[INFO] [stdout]  22 | use malachite_base::test_util::generators::common::GenConfig;
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/arithmetic/square.rs:23:21
[INFO] [stdout]     |
[INFO] [stdout]  23 | use malachite_base::test_util::generators::{
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/arithmetic/square.rs:28:22
[INFO] [stdout]     |
[INFO] [stdout]  28 | use malachite_float::test_util::arithmetic::square::{
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/arithmetic/square.rs:31:22
[INFO] [stdout]     |
[INFO] [stdout]  31 | use malachite_float::test_util::common::{
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/arithmetic/square.rs:34:22
[INFO] [stdout]     |
[INFO] [stdout]  34 | use malachite_float::test_util::generators::{
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/arithmetic/sub.rs:19:21
[INFO] [stdout]     |
[INFO] [stdout]  19 | use malachite_base::test_util::generators::primitive_float_pair_gen;
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/arithmetic/sub.rs:21:22
[INFO] [stdout]     |
[INFO] [stdout]  21 | use malachite_float::test_util::arithmetic::add::add_prec_round_naive;
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/arithmetic/sub.rs:22:22
[INFO] [stdout]     |
[INFO] [stdout]  22 | use malachite_float::test_util::arithmetic::sub::sub_rational_prec_round_naive;
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/arithmetic/sub.rs:23:22
[INFO] [stdout]     |
[INFO] [stdout]  23 | use malachite_float::test_util::arithmetic::sub::{
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/arithmetic/sub.rs:27:22
[INFO] [stdout]     |
[INFO] [stdout]  27 | use malachite_float::test_util::common::{
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/arithmetic/sub.rs:30:22
[INFO] [stdout]     |
[INFO] [stdout]  30 | use malachite_float::test_util::generators::{
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_q`
[INFO] [stdout]    --> tests/arithmetic/sub.rs:51:18
[INFO] [stdout]     |
[INFO] [stdout]  51 | use malachite_q::test_util::generators::{rational_gen, rational_unsigned_pair_gen_var_3};
[INFO] [stdout]     |                  ^^^^^^^^^ could not find `test_util` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-q-0.9.2/src/lib.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 267 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 268 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/basic/classification.rs:11:21
[INFO] [stdout]     |
[INFO] [stdout]  11 | use malachite_base::test_util::generators::primitive_float_gen;
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/basic/classification.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 | use malachite_float::test_util::common::{parse_hex_string, to_hex_string};
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/basic/classification.rs:13:22
[INFO] [stdout]     |
[INFO] [stdout]  13 | use malachite_float::test_util::generators::{float_gen, float_gen_var_12};
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/basic/complexity.rs:11:22
[INFO] [stdout]     |
[INFO] [stdout]  11 | use malachite_float::test_util::common::parse_hex_string;
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/basic/complexity.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 | use malachite_float::test_util::generators::{float_gen, float_gen_var_12};
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/basic/constants.rs:16:21
[INFO] [stdout]     |
[INFO] [stdout]  16 | use malachite_base::test_util::generators::unsigned_gen_var_11;
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/basic/constants.rs:17:22
[INFO] [stdout]     |
[INFO] [stdout]  17 | use malachite_float::test_util::common::{parse_hex_string, to_hex_string};
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/basic/constants.rs:18:22
[INFO] [stdout]     |
[INFO] [stdout]  18 | use malachite_float::test_util::generators::{float_gen, float_gen_var_12};
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/basic/get_and_set.rs:15:22
[INFO] [stdout]     |
[INFO] [stdout]  15 | use malachite_float::test_util::common::{
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/basic/get_and_set.rs:18:22
[INFO] [stdout]     |
[INFO] [stdout]  18 | use malachite_float::test_util::generators::{
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/basic/overflow_and_underflow.rs:10:22
[INFO] [stdout]     |
[INFO] [stdout]  10 | use malachite_float::test_util::common::parse_hex_string;
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/basic/overflow_and_underflow.rs:11:22
[INFO] [stdout]     |
[INFO] [stdout]  11 | use malachite_float::test_util::generators::{
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/basic/ulp.rs:14:21
[INFO] [stdout]     |
[INFO] [stdout]  14 | use malachite_base::test_util::generators::primitive_float_gen_var_12;
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/basic/ulp.rs:15:22
[INFO] [stdout]     |
[INFO] [stdout]  15 | use malachite_float::test_util::common::{parse_hex_string, to_hex_string};
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/basic/ulp.rs:16:22
[INFO] [stdout]     |
[INFO] [stdout]  16 | use malachite_float::test_util::conversion::from_primitive_float::alt_precision;
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/basic/ulp.rs:17:22
[INFO] [stdout]     |
[INFO] [stdout]  17 | use malachite_float::test_util::generators::{
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/comparison/cmp.rs:12:21
[INFO] [stdout]     |
[INFO] [stdout]  12 | use malachite_base::test_util::generators::primitive_float_pair_gen;
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/comparison/cmp.rs:13:22
[INFO] [stdout]     |
[INFO] [stdout]  13 | use malachite_float::test_util::common::{ORDERED_FLOAT_HEX_STRINGS, parse_hex_string};
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/comparison/cmp.rs:14:22
[INFO] [stdout]     |
[INFO] [stdout]  14 | use malachite_float::test_util::generators::{
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/comparison/cmp_abs.rs:14:21
[INFO] [stdout]     |
[INFO] [stdout]  14 | use malachite_base::test_util::generators::primitive_float_pair_gen;
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/comparison/cmp_abs.rs:15:22
[INFO] [stdout]     |
[INFO] [stdout]  15 | use malachite_float::test_util::common::{ORDERED_FLOAT_HEX_STRINGS, parse_hex_string};
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/comparison/cmp_abs.rs:16:22
[INFO] [stdout]     |
[INFO] [stdout]  16 | use malachite_float::test_util::generators::{
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/comparison/eq.rs:12:21
[INFO] [stdout]     |
[INFO] [stdout]  12 | use malachite_base::test_util::generators::primitive_float_pair_gen;
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/comparison/eq.rs:13:22
[INFO] [stdout]     |
[INFO] [stdout]  13 | use malachite_float::test_util::common::{
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/comparison/eq.rs:16:22
[INFO] [stdout]     |
[INFO] [stdout]  16 | use malachite_float::test_util::generators::{
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/comparison/eq_abs.rs:14:21
[INFO] [stdout]     |
[INFO] [stdout]  14 | use malachite_base::test_util::generators::primitive_float_pair_gen;
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/comparison/eq_abs.rs:15:22
[INFO] [stdout]     |
[INFO] [stdout]  15 | use malachite_float::test_util::common::{ORDERED_FLOAT_HEX_STRINGS, parse_hex_string};
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/comparison/eq_abs.rs:16:22
[INFO] [stdout]     |
[INFO] [stdout]  16 | use malachite_float::test_util::generators::{
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/comparison/eq_abs_integer.rs:14:22
[INFO] [stdout]     |
[INFO] [stdout]  14 | use malachite_float::test_util::common::parse_hex_string;
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/comparison/eq_abs_integer.rs:15:22
[INFO] [stdout]     |
[INFO] [stdout]  15 | use malachite_float::test_util::generators::{
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_nz`
[INFO] [stdout]    --> tests/comparison/eq_abs_integer.rs:19:19
[INFO] [stdout]     |
[INFO] [stdout]  19 | use malachite_nz::test_util::generators::{integer_gen, integer_pair_gen};
[INFO] [stdout]     |                   ^^^^^^^^^ could not find `test_util` in `malachite_nz`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-nz-0.9.2/src/lib.rs:223:9
[INFO] [stdout]     |
[INFO] [stdout] 222 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 223 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/comparison/eq_abs_natural.rs:14:22
[INFO] [stdout]     |
[INFO] [stdout]  14 | use malachite_float::test_util::common::parse_hex_string;
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/comparison/eq_abs_natural.rs:15:22
[INFO] [stdout]     |
[INFO] [stdout]  15 | use malachite_float::test_util::generators::{
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_nz`
[INFO] [stdout]    --> tests/comparison/eq_abs_natural.rs:19:19
[INFO] [stdout]     |
[INFO] [stdout]  19 | use malachite_nz::test_util::generators::{natural_gen, natural_pair_gen};
[INFO] [stdout]     |                   ^^^^^^^^^ could not find `test_util` in `malachite_nz`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-nz-0.9.2/src/lib.rs:223:9
[INFO] [stdout]     |
[INFO] [stdout] 222 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 223 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/comparison/eq_abs_primitive_float.rs:14:22
[INFO] [stdout]     |
[INFO] [stdout]  14 | use malachite_float::test_util::common::{
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/comparison/eq_abs_primitive_float.rs:17:22
[INFO] [stdout]     |
[INFO] [stdout]  17 | use malachite_float::test_util::generators::{
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/comparison/eq_abs_primitive_int.rs:14:21
[INFO] [stdout]     |
[INFO] [stdout]  14 | use malachite_base::test_util::generators::{
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/comparison/eq_abs_primitive_int.rs:19:22
[INFO] [stdout]     |
[INFO] [stdout]  19 | use malachite_float::test_util::common::parse_hex_string;
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/comparison/eq_abs_primitive_int.rs:20:22
[INFO] [stdout]     |
[INFO] [stdout]  20 | use malachite_float::test_util::generators::{
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/comparison/eq_abs_rational.rs:14:22
[INFO] [stdout]     |
[INFO] [stdout]  14 | use malachite_float::test_util::common::parse_hex_string;
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/comparison/eq_abs_rational.rs:15:22
[INFO] [stdout]     |
[INFO] [stdout]  15 | use malachite_float::test_util::generators::{
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_q`
[INFO] [stdout]    --> tests/comparison/eq_abs_rational.rs:19:18
[INFO] [stdout]     |
[INFO] [stdout]  19 | use malachite_q::test_util::generators::rational_gen;
[INFO] [stdout]     |                  ^^^^^^^^^ could not find `test_util` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-q-0.9.2/src/lib.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 267 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 268 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/comparison/hash.rs:9:21
[INFO] [stdout]     |
[INFO] [stdout]   9 | use malachite_base::test_util::hash::hash;
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/comparison/hash.rs:10:22
[INFO] [stdout]     |
[INFO] [stdout]  10 | use malachite_float::test_util::generators::{float_gen, float_gen_var_12};
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/comparison/partial_cmp_abs_integer.rs:14:22
[INFO] [stdout]     |
[INFO] [stdout]  14 | use malachite_float::test_util::common::parse_hex_string;
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/comparison/partial_cmp_abs_integer.rs:15:22
[INFO] [stdout]     |
[INFO] [stdout]  15 | use malachite_float::test_util::generators::{
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_nz`
[INFO] [stdout]    --> tests/comparison/partial_cmp_abs_integer.rs:20:19
[INFO] [stdout]     |
[INFO] [stdout]  20 | use malachite_nz::test_util::generators::{integer_gen, integer_pair_gen};
[INFO] [stdout]     |                   ^^^^^^^^^ could not find `test_util` in `malachite_nz`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-nz-0.9.2/src/lib.rs:223:9
[INFO] [stdout]     |
[INFO] [stdout] 222 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 223 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/comparison/partial_cmp_abs_natural.rs:14:22
[INFO] [stdout]     |
[INFO] [stdout]  14 | use malachite_float::test_util::common::parse_hex_string;
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/comparison/partial_cmp_abs_natural.rs:15:22
[INFO] [stdout]     |
[INFO] [stdout]  15 | use malachite_float::test_util::generators::{
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_nz`
[INFO] [stdout]    --> tests/comparison/partial_cmp_abs_natural.rs:20:19
[INFO] [stdout]     |
[INFO] [stdout]  20 | use malachite_nz::test_util::generators::{natural_gen, natural_pair_gen};
[INFO] [stdout]     |                   ^^^^^^^^^ could not find `test_util` in `malachite_nz`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-nz-0.9.2/src/lib.rs:223:9
[INFO] [stdout]     |
[INFO] [stdout] 222 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 223 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/comparison/partial_cmp_abs_primitive_float.rs:14:21
[INFO] [stdout]     |
[INFO] [stdout]  14 | use malachite_base::test_util::generators::{primitive_float_gen, primitive_float_gen_var_11};
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/comparison/partial_cmp_abs_primitive_float.rs:16:22
[INFO] [stdout]     |
[INFO] [stdout]  16 | use malachite_float::test_util::common::{
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/comparison/partial_cmp_abs_primitive_float.rs:19:22
[INFO] [stdout]     |
[INFO] [stdout]  19 | use malachite_float::test_util::generators::{
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/comparison/partial_cmp_abs_primitive_int.rs:15:21
[INFO] [stdout]     |
[INFO] [stdout]  15 | use malachite_base::test_util::generators::{
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/comparison/partial_cmp_abs_primitive_int.rs:20:22
[INFO] [stdout]     |
[INFO] [stdout]  20 | use malachite_float::test_util::common::parse_hex_string;
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/comparison/partial_cmp_abs_primitive_int.rs:21:22
[INFO] [stdout]     |
[INFO] [stdout]  21 | use malachite_float::test_util::generators::{
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/comparison/partial_cmp_abs_rational.rs:14:22
[INFO] [stdout]     |
[INFO] [stdout]  14 | use malachite_float::test_util::common::parse_hex_string;
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/comparison/partial_cmp_abs_rational.rs:15:22
[INFO] [stdout]     |
[INFO] [stdout]  15 | use malachite_float::test_util::generators::{
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_q`
[INFO] [stdout]    --> tests/comparison/partial_cmp_abs_rational.rs:20:18
[INFO] [stdout]     |
[INFO] [stdout]  20 | use malachite_q::test_util::generators::rational_gen;
[INFO] [stdout]     |                  ^^^^^^^^^ could not find `test_util` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-q-0.9.2/src/lib.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 267 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 268 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/comparison/partial_cmp_integer.rs:11:22
[INFO] [stdout]     |
[INFO] [stdout]  11 | use malachite_float::test_util::common::parse_hex_string;
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/comparison/partial_cmp_integer.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 | use malachite_float::test_util::generators::{
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_nz`
[INFO] [stdout]    --> tests/comparison/partial_cmp_integer.rs:17:19
[INFO] [stdout]     |
[INFO] [stdout]  17 | use malachite_nz::test_util::generators::integer_pair_gen;
[INFO] [stdout]     |                   ^^^^^^^^^ could not find `test_util` in `malachite_nz`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-nz-0.9.2/src/lib.rs:223:9
[INFO] [stdout]     |
[INFO] [stdout] 222 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 223 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/comparison/partial_cmp_natural.rs:11:22
[INFO] [stdout]     |
[INFO] [stdout]  11 | use malachite_float::test_util::common::parse_hex_string;
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/comparison/partial_cmp_natural.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 | use malachite_float::test_util::generators::{
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_nz`
[INFO] [stdout]    --> tests/comparison/partial_cmp_natural.rs:17:19
[INFO] [stdout]     |
[INFO] [stdout]  17 | use malachite_nz::test_util::generators::natural_pair_gen;
[INFO] [stdout]     |                   ^^^^^^^^^ could not find `test_util` in `malachite_nz`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-nz-0.9.2/src/lib.rs:223:9
[INFO] [stdout]     |
[INFO] [stdout] 222 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 223 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/comparison/partial_cmp_primitive_float.rs:12:21
[INFO] [stdout]     |
[INFO] [stdout]  12 | use malachite_base::test_util::generators::{primitive_float_gen, primitive_float_gen_var_11};
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/comparison/partial_cmp_primitive_float.rs:14:22
[INFO] [stdout]     |
[INFO] [stdout]  14 | use malachite_float::test_util::common::{
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/comparison/partial_cmp_primitive_float.rs:17:22
[INFO] [stdout]     |
[INFO] [stdout]  17 | use malachite_float::test_util::generators::{
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/comparison/partial_cmp_primitive_int.rs:12:21
[INFO] [stdout]     |
[INFO] [stdout]  12 | use malachite_base::test_util::generators::{signed_pair_gen, unsigned_pair_gen_var_27};
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/comparison/partial_cmp_primitive_int.rs:15:22
[INFO] [stdout]     |
[INFO] [stdout]  15 | use malachite_float::test_util::common::parse_hex_string;
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/comparison/partial_cmp_primitive_int.rs:16:22
[INFO] [stdout]     |
[INFO] [stdout]  16 | use malachite_float::test_util::generators::{
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/comparison/partial_cmp_rational.rs:11:22
[INFO] [stdout]     |
[INFO] [stdout]  11 | use malachite_float::test_util::common::parse_hex_string;
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/comparison/partial_cmp_rational.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 | use malachite_float::test_util::comparison::partial_cmp_rational::float_partial_cmp_rational_alt;
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/comparison/partial_cmp_rational.rs:13:22
[INFO] [stdout]     |
[INFO] [stdout]  13 | use malachite_float::test_util::generators::{
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/comparison/partial_eq_integer.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 | use malachite_float::test_util::common::parse_hex_string;
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/comparison/partial_eq_integer.rs:13:22
[INFO] [stdout]     |
[INFO] [stdout]  13 | use malachite_float::test_util::generators::{
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_nz`
[INFO] [stdout]    --> tests/comparison/partial_eq_integer.rs:17:19
[INFO] [stdout]     |
[INFO] [stdout]  17 | use malachite_nz::test_util::generators::{integer_gen, integer_pair_gen};
[INFO] [stdout]     |                   ^^^^^^^^^ could not find `test_util` in `malachite_nz`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-nz-0.9.2/src/lib.rs:223:9
[INFO] [stdout]     |
[INFO] [stdout] 222 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 223 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/comparison/partial_eq_natural.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 | use malachite_float::test_util::common::parse_hex_string;
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/comparison/partial_eq_natural.rs:13:22
[INFO] [stdout]     |
[INFO] [stdout]  13 | use malachite_float::test_util::generators::{
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_nz`
[INFO] [stdout]    --> tests/comparison/partial_eq_natural.rs:17:19
[INFO] [stdout]     |
[INFO] [stdout]  17 | use malachite_nz::test_util::generators::{natural_gen, natural_pair_gen};
[INFO] [stdout]     |                   ^^^^^^^^^ could not find `test_util` in `malachite_nz`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-nz-0.9.2/src/lib.rs:223:9
[INFO] [stdout]     |
[INFO] [stdout] 222 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 223 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/comparison/partial_eq_primitive_float.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 | use malachite_float::test_util::common::{
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/comparison/partial_eq_primitive_float.rs:15:22
[INFO] [stdout]     |
[INFO] [stdout]  15 | use malachite_float::test_util::generators::{
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/comparison/partial_eq_primitive_int.rs:13:21
[INFO] [stdout]     |
[INFO] [stdout]  13 | use malachite_base::test_util::generators::{
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/comparison/partial_eq_primitive_int.rs:18:22
[INFO] [stdout]     |
[INFO] [stdout]  18 | use malachite_float::test_util::common::parse_hex_string;
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/comparison/partial_eq_primitive_int.rs:19:22
[INFO] [stdout]     |
[INFO] [stdout]  19 | use malachite_float::test_util::generators::{
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/comparison/partial_eq_rational.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 | use malachite_float::test_util::common::parse_hex_string;
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/comparison/partial_eq_rational.rs:13:22
[INFO] [stdout]     |
[INFO] [stdout]  13 | use malachite_float::test_util::generators::{
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_q`
[INFO] [stdout]    --> tests/comparison/partial_eq_rational.rs:17:18
[INFO] [stdout]     |
[INFO] [stdout]  17 | use malachite_q::test_util::generators::rational_gen;
[INFO] [stdout]     |                  ^^^^^^^^^ could not find `test_util` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-q-0.9.2/src/lib.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 267 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 268 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/constants/gauss_constant.rs:12:21
[INFO] [stdout]     |
[INFO] [stdout]  12 | use malachite_base::test_util::generators::{
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/constants/gauss_constant.rs:15:22
[INFO] [stdout]     |
[INFO] [stdout]  15 | use malachite_float::test_util::common::{test_constant, to_hex_string};
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/constants/lemniscate_constant.rs:12:21
[INFO] [stdout]     |
[INFO] [stdout]  12 | use malachite_base::test_util::generators::{
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/constants/lemniscate_constant.rs:15:22
[INFO] [stdout]     |
[INFO] [stdout]  15 | use malachite_float::test_util::common::{test_constant, to_hex_string};
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/constants/lemniscate_constant.rs:16:22
[INFO] [stdout]     |
[INFO] [stdout]  16 | use malachite_float::test_util::constants::lemniscate_constant::*;
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/constants/ln_10.rs:12:21
[INFO] [stdout]     |
[INFO] [stdout]  12 | use malachite_base::test_util::generators::{
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/constants/ln_10.rs:15:22
[INFO] [stdout]     |
[INFO] [stdout]  15 | use malachite_float::test_util::common::{
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/constants/ln_10.rs:18:22
[INFO] [stdout]     |
[INFO] [stdout]  18 | use malachite_float::test_util::constants::ln_10::rug_ln_10_prec_round;
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/constants/ln_2.rs:12:21
[INFO] [stdout]     |
[INFO] [stdout]  12 | use malachite_base::test_util::generators::{
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/constants/ln_2.rs:15:22
[INFO] [stdout]     |
[INFO] [stdout]  15 | use malachite_float::test_util::common::{
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/constants/ln_2.rs:18:22
[INFO] [stdout]     |
[INFO] [stdout]  18 | use malachite_float::test_util::constants::ln_2::rug_ln_2_prec_round;
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/constants/log_10_2.rs:12:21
[INFO] [stdout]     |
[INFO] [stdout]  12 | use malachite_base::test_util::generators::{
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/constants/log_10_2.rs:15:22
[INFO] [stdout]     |
[INFO] [stdout]  15 | use malachite_float::test_util::common::{
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/constants/log_10_2.rs:18:22
[INFO] [stdout]     |
[INFO] [stdout]  18 | use malachite_float::test_util::constants::log_10_2::rug_log_10_2_prec_round;
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/constants/log_10_e.rs:12:21
[INFO] [stdout]     |
[INFO] [stdout]  12 | use malachite_base::test_util::generators::{
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/constants/log_10_e.rs:15:22
[INFO] [stdout]     |
[INFO] [stdout]  15 | use malachite_float::test_util::common::{test_constant, to_hex_string};
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/constants/log_10_e.rs:16:22
[INFO] [stdout]     |
[INFO] [stdout]  16 | use malachite_float::test_util::constants::log_10_e::log_10_e_prec_round_simple;
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/constants/log_2_10.rs:12:21
[INFO] [stdout]     |
[INFO] [stdout]  12 | use malachite_base::test_util::generators::{
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/constants/log_2_10.rs:15:22
[INFO] [stdout]     |
[INFO] [stdout]  15 | use malachite_float::test_util::common::{
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/constants/log_2_10.rs:18:22
[INFO] [stdout]     |
[INFO] [stdout]  18 | use malachite_float::test_util::constants::log_2_10::rug_log_2_10_prec_round;
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/constants/log_2_e.rs:12:21
[INFO] [stdout]     |
[INFO] [stdout]  12 | use malachite_base::test_util::generators::{
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/constants/log_2_e.rs:15:22
[INFO] [stdout]     |
[INFO] [stdout]  15 | use malachite_float::test_util::common::{test_constant, to_hex_string};
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/constants/log_2_e.rs:16:22
[INFO] [stdout]     |
[INFO] [stdout]  16 | use malachite_float::test_util::constants::log_2_e::log_2_e_prec_round_simple;
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/constants/one_over_pi.rs:12:21
[INFO] [stdout]     |
[INFO] [stdout]  12 | use malachite_base::test_util::generators::{
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/constants/one_over_pi.rs:15:22
[INFO] [stdout]     |
[INFO] [stdout]  15 | use malachite_float::test_util::common::{test_constant, to_hex_string};
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/constants/one_over_pi.rs:16:22
[INFO] [stdout]     |
[INFO] [stdout]  16 | use malachite_float::test_util::constants::one_over_pi::one_over_pi_prec_round_simple;
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/constants/one_over_sqrt_pi.rs:12:21
[INFO] [stdout]     |
[INFO] [stdout]  12 | use malachite_base::test_util::generators::{
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/constants/one_over_sqrt_pi.rs:15:22
[INFO] [stdout]     |
[INFO] [stdout]  15 | use malachite_float::test_util::common::{test_constant, to_hex_string};
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/constants/one_over_sqrt_pi.rs:16:22
[INFO] [stdout]     |
[INFO] [stdout]  16 | use malachite_float::test_util::constants::one_over_sqrt_pi::one_over_sqrt_pi_prec_round_simple;
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/constants/one_over_sqrt_tau.rs:12:21
[INFO] [stdout]     |
[INFO] [stdout]  12 | use malachite_base::test_util::generators::{
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/constants/one_over_sqrt_tau.rs:15:22
[INFO] [stdout]     |
[INFO] [stdout]  15 | use malachite_float::test_util::common::{test_constant, to_hex_string};
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/constants/one_over_sqrt_tau.rs:16:22
[INFO] [stdout]     |
[INFO] [stdout]  16 | use malachite_float::test_util::constants::one_over_sqrt_tau::one_over_sqrt_tau_prec_round_simple;
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/constants/phi.rs:12:21
[INFO] [stdout]     |
[INFO] [stdout]  12 | use malachite_base::test_util::generators::{
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/constants/phi.rs:15:22
[INFO] [stdout]     |
[INFO] [stdout]  15 | use malachite_float::test_util::common::{test_constant, to_hex_string};
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/constants/pi.rs:12:21
[INFO] [stdout]     |
[INFO] [stdout]  12 | use malachite_base::test_util::generators::{
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/constants/pi.rs:15:22
[INFO] [stdout]     |
[INFO] [stdout]  15 | use malachite_float::test_util::common::{
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/constants/pi.rs:18:22
[INFO] [stdout]     |
[INFO] [stdout]  18 | use malachite_float::test_util::constants::pi::rug_pi_prec_round;
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/constants/pi_over_2.rs:12:21
[INFO] [stdout]     |
[INFO] [stdout]  12 | use malachite_base::test_util::generators::{
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/constants/pi_over_2.rs:15:22
[INFO] [stdout]     |
[INFO] [stdout]  15 | use malachite_float::test_util::common::{test_constant, to_hex_string};
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/constants/pi_over_3.rs:12:21
[INFO] [stdout]     |
[INFO] [stdout]  12 | use malachite_base::test_util::generators::{
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/constants/pi_over_3.rs:15:22
[INFO] [stdout]     |
[INFO] [stdout]  15 | use malachite_float::test_util::common::{test_constant, to_hex_string};
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/constants/pi_over_3.rs:16:22
[INFO] [stdout]     |
[INFO] [stdout]  16 | use malachite_float::test_util::constants::pi_over_3::pi_over_3_prec_round_simple;
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/constants/pi_over_4.rs:12:21
[INFO] [stdout]     |
[INFO] [stdout]  12 | use malachite_base::test_util::generators::{
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/constants/pi_over_4.rs:15:22
[INFO] [stdout]     |
[INFO] [stdout]  15 | use malachite_float::test_util::common::{test_constant, to_hex_string};
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/constants/pi_over_6.rs:12:21
[INFO] [stdout]     |
[INFO] [stdout]  12 | use malachite_base::test_util::generators::{
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/constants/pi_over_6.rs:15:22
[INFO] [stdout]     |
[INFO] [stdout]  15 | use malachite_float::test_util::common::{test_constant, to_hex_string};
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/constants/pi_over_8.rs:12:21
[INFO] [stdout]     |
[INFO] [stdout]  12 | use malachite_base::test_util::generators::{
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/constants/pi_over_8.rs:15:22
[INFO] [stdout]     |
[INFO] [stdout]  15 | use malachite_float::test_util::common::{test_constant, to_hex_string};
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/constants/prime_constant.rs:12:21
[INFO] [stdout]     |
[INFO] [stdout]  12 | use malachite_base::test_util::generators::{
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/constants/prime_constant.rs:15:22
[INFO] [stdout]     |
[INFO] [stdout]  15 | use malachite_float::test_util::common::{test_constant, to_hex_string};
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/constants/prime_constant.rs:16:22
[INFO] [stdout]     |
[INFO] [stdout]  16 | use malachite_float::test_util::constants::prime_constant::prime_constant_prec_round_naive;
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/constants/prouhet_thue_morse_constant.rs:12:21
[INFO] [stdout]     |
[INFO] [stdout]  12 | use malachite_base::test_util::generators::{
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/constants/prouhet_thue_morse_constant.rs:15:22
[INFO] [stdout]     |
[INFO] [stdout]  15 | use malachite_float::test_util::common::{test_constant, to_hex_string};
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/constants/prouhet_thue_morse_constant.rs:16:22
[INFO] [stdout]     |
[INFO] [stdout]  16 | use malachite_float::test_util::constants::prouhet_thue_morse_constant::*;
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/constants/sqrt_2.rs:12:21
[INFO] [stdout]     |
[INFO] [stdout]  12 | use malachite_base::test_util::generators::{
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/constants/sqrt_2.rs:15:22
[INFO] [stdout]     |
[INFO] [stdout]  15 | use malachite_float::test_util::common::{
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/constants/sqrt_2.rs:18:22
[INFO] [stdout]     |
[INFO] [stdout]  18 | use malachite_float::test_util::constants::sqrt_2::rug_sqrt_2_prec_round;
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/constants/sqrt_2_over_2.rs:12:21
[INFO] [stdout]     |
[INFO] [stdout]  12 | use malachite_base::test_util::generators::{
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/constants/sqrt_2_over_2.rs:15:22
[INFO] [stdout]     |
[INFO] [stdout]  15 | use malachite_float::test_util::common::{
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/constants/sqrt_2_over_2.rs:18:22
[INFO] [stdout]     |
[INFO] [stdout]  18 | use malachite_float::test_util::constants::sqrt_2_over_2::rug_sqrt_2_over_2_prec_round;
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/constants/sqrt_3.rs:12:21
[INFO] [stdout]     |
[INFO] [stdout]  12 | use malachite_base::test_util::generators::{
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/constants/sqrt_3.rs:15:22
[INFO] [stdout]     |
[INFO] [stdout]  15 | use malachite_float::test_util::common::{
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/constants/sqrt_3.rs:18:22
[INFO] [stdout]     |
[INFO] [stdout]  18 | use malachite_float::test_util::constants::sqrt_3::rug_sqrt_3_prec_round;
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/constants/sqrt_3_over_3.rs:12:21
[INFO] [stdout]     |
[INFO] [stdout]  12 | use malachite_base::test_util::generators::{
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/constants/sqrt_3_over_3.rs:15:22
[INFO] [stdout]     |
[INFO] [stdout]  15 | use malachite_float::test_util::common::{
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/constants/sqrt_3_over_3.rs:18:22
[INFO] [stdout]     |
[INFO] [stdout]  18 | use malachite_float::test_util::constants::sqrt_3_over_3::rug_sqrt_3_over_3_prec_round;
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/constants/sqrt_5.rs:12:21
[INFO] [stdout]     |
[INFO] [stdout]  12 | use malachite_base::test_util::generators::{
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/constants/sqrt_5.rs:15:22
[INFO] [stdout]     |
[INFO] [stdout]  15 | use malachite_float::test_util::common::{
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/constants/sqrt_5.rs:18:22
[INFO] [stdout]     |
[INFO] [stdout]  18 | use malachite_float::test_util::constants::sqrt_5::rug_sqrt_5_prec_round;
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/constants/sqrt_5_over_5.rs:12:21
[INFO] [stdout]     |
[INFO] [stdout]  12 | use malachite_base::test_util::generators::{
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/constants/sqrt_5_over_5.rs:15:22
[INFO] [stdout]     |
[INFO] [stdout]  15 | use malachite_float::test_util::common::{
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/constants/sqrt_5_over_5.rs:18:22
[INFO] [stdout]     |
[INFO] [stdout]  18 | use malachite_float::test_util::constants::sqrt_5_over_5::rug_sqrt_5_over_5_prec_round;
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/constants/sqrt_pi.rs:12:21
[INFO] [stdout]     |
[INFO] [stdout]  12 | use malachite_base::test_util::generators::{
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/constants/sqrt_pi.rs:15:22
[INFO] [stdout]     |
[INFO] [stdout]  15 | use malachite_float::test_util::common::{test_constant, to_hex_string};
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/constants/sqrt_pi.rs:16:22
[INFO] [stdout]     |
[INFO] [stdout]  16 | use malachite_float::test_util::constants::sqrt_pi::sqrt_pi_prec_round_simple;
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/constants/tau.rs:12:21
[INFO] [stdout]     |
[INFO] [stdout]  12 | use malachite_base::test_util::generators::{
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/constants/tau.rs:15:22
[INFO] [stdout]     |
[INFO] [stdout]  15 | use malachite_float::test_util::common::{test_constant, to_hex_string};
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/constants/two_over_pi.rs:12:21
[INFO] [stdout]     |
[INFO] [stdout]  12 | use malachite_base::test_util::generators::{
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/constants/two_over_pi.rs:15:22
[INFO] [stdout]     |
[INFO] [stdout]  15 | use malachite_float::test_util::common::{test_constant, to_hex_string};
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/constants/two_over_sqrt_pi.rs:12:21
[INFO] [stdout]     |
[INFO] [stdout]  12 | use malachite_base::test_util::generators::{
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/constants/two_over_sqrt_pi.rs:15:22
[INFO] [stdout]     |
[INFO] [stdout]  15 | use malachite_float::test_util::common::{test_constant, to_hex_string};
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/conversion/clone.rs:10:22
[INFO] [stdout]     |
[INFO] [stdout]  10 | use malachite_float::test_util::common::parse_hex_string;
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/conversion/clone.rs:11:22
[INFO] [stdout]     |
[INFO] [stdout]  11 | use malachite_float::test_util::generators::{
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_nz`
[INFO] [stdout]    --> tests/conversion/clone.rs:15:19
[INFO] [stdout]     |
[INFO] [stdout]  15 | use malachite_nz::test_util::generators::integer_pair_gen;
[INFO] [stdout]     |                   ^^^^^^^^^ could not find `test_util` in `malachite_nz`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-nz-0.9.2/src/lib.rs:223:9
[INFO] [stdout]     |
[INFO] [stdout] 222 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 223 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/conversion/from_integer.rs:14:22
[INFO] [stdout]     |
[INFO] [stdout]  14 | use malachite_float::test_util::common::{rug_round_try_from_rounding_mode, to_hex_string};
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/conversion/from_integer.rs:15:22
[INFO] [stdout]     |
[INFO] [stdout]  15 | use malachite_float::test_util::generators::*;
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_nz`
[INFO] [stdout]    --> tests/conversion/from_integer.rs:18:19
[INFO] [stdout]     |
[INFO] [stdout]  18 | use malachite_nz::test_util::generators::{integer_gen, integer_unsigned_pair_gen_var_6};
[INFO] [stdout]     |                   ^^^^^^^^^ could not find `test_util` in `malachite_nz`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-nz-0.9.2/src/lib.rs:223:9
[INFO] [stdout]     |
[INFO] [stdout] 222 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 223 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/conversion/from_natural.rs:14:22
[INFO] [stdout]     |
[INFO] [stdout]  14 | use malachite_float::test_util::common::{rug_round_try_from_rounding_mode, to_hex_string};
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/conversion/from_natural.rs:15:22
[INFO] [stdout]     |
[INFO] [stdout]  15 | use malachite_float::test_util::generators::*;
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_nz`
[INFO] [stdout]    --> tests/conversion/from_natural.rs:19:19
[INFO] [stdout]     |
[INFO] [stdout]  19 | use malachite_nz::test_util::generators::{natural_gen, natural_unsigned_pair_gen_var_7};
[INFO] [stdout]     |                   ^^^^^^^^^ could not find `test_util` in `malachite_nz`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-nz-0.9.2/src/lib.rs:223:9
[INFO] [stdout]     |
[INFO] [stdout] 222 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 223 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/conversion/from_primitive_float.rs:18:21
[INFO] [stdout]     |
[INFO] [stdout]  18 | use malachite_base::test_util::generators::{
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/conversion/from_primitive_float.rs:21:22
[INFO] [stdout]     |
[INFO] [stdout]  21 | use malachite_float::test_util::common::{rug_round_try_from_rounding_mode, to_hex_string};
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/conversion/from_primitive_float.rs:22:22
[INFO] [stdout]     |
[INFO] [stdout]  22 | use malachite_float::test_util::generators::primitive_float_unsigned_rounding_mode_triple_gen_var_3;
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/conversion/from_primitive_int.rs:18:21
[INFO] [stdout]     |
[INFO] [stdout]  18 | use malachite_base::test_util::generators::{
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/conversion/from_primitive_int.rs:22:22
[INFO] [stdout]     |
[INFO] [stdout]  22 | use malachite_float::test_util::common::{rug_round_try_from_rounding_mode, to_hex_string};
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/conversion/from_primitive_int.rs:23:22
[INFO] [stdout]     |
[INFO] [stdout]  23 | use malachite_float::test_util::generators::*;
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/conversion/from_rational.rs:20:22
[INFO] [stdout]     |
[INFO] [stdout]  20 | use malachite_float::test_util::common::rug_round_try_from_rounding_mode;
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/conversion/from_rational.rs:21:22
[INFO] [stdout]     |
[INFO] [stdout]  21 | use malachite_float::test_util::common::to_hex_string;
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/conversion/from_rational.rs:22:22
[INFO] [stdout]     |
[INFO] [stdout]  22 | use malachite_float::test_util::generators::rational_unsigned_rounding_mode_triple_gen_var_1;
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_nz`
[INFO] [stdout]    --> tests/conversion/from_rational.rs:24:19
[INFO] [stdout]     |
[INFO] [stdout]  24 | use malachite_nz::test_util::generators::integer_gen;
[INFO] [stdout]     |                   ^^^^^^^^^ could not find `test_util` in `malachite_nz`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-nz-0.9.2/src/lib.rs:223:9
[INFO] [stdout]     |
[INFO] [stdout] 222 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 223 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_q`
[INFO] [stdout]    --> tests/conversion/from_rational.rs:27:18
[INFO] [stdout]     |
[INFO] [stdout]  27 | use malachite_q::test_util::generators::{rational_gen, rational_unsigned_pair_gen_var_3};
[INFO] [stdout]     |                  ^^^^^^^^^ could not find `test_util` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-q-0.9.2/src/lib.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 267 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 268 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/conversion/integer_from_float.rs:16:22
[INFO] [stdout]     |
[INFO] [stdout]  16 | use malachite_float::test_util::common::{parse_hex_string, rug_round_try_from_rounding_mode};
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/conversion/integer_from_float.rs:17:22
[INFO] [stdout]     |
[INFO] [stdout]  17 | use malachite_float::test_util::generators::{
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_nz`
[INFO] [stdout]    --> tests/conversion/integer_from_float.rs:21:19
[INFO] [stdout]     |
[INFO] [stdout]  21 | use malachite_nz::test_util::generators::integer_gen;
[INFO] [stdout]     |                   ^^^^^^^^^ could not find `test_util` in `malachite_nz`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-nz-0.9.2/src/lib.rs:223:9
[INFO] [stdout]     |
[INFO] [stdout] 222 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 223 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/conversion/is_integer.rs:11:22
[INFO] [stdout]     |
[INFO] [stdout]  11 | use malachite_float::test_util::common::parse_hex_string;
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/conversion/is_integer.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 | use malachite_float::test_util::generators::{float_gen, float_gen_var_12};
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/conversion/mantissa_and_exponent.rs:22:21
[INFO] [stdout]     |
[INFO] [stdout]  22 | use malachite_base::test_util::generators::{
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/conversion/mantissa_and_exponent.rs:25:22
[INFO] [stdout]     |
[INFO] [stdout]  25 | use malachite_float::test_util::common::{parse_hex_string, to_hex_string};
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/conversion/mantissa_and_exponent.rs:26:22
[INFO] [stdout]     |
[INFO] [stdout]  26 | use malachite_float::test_util::generators::{
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_nz`
[INFO] [stdout]    --> tests/conversion/mantissa_and_exponent.rs:33:19
[INFO] [stdout]     |
[INFO] [stdout]  33 | use malachite_nz::test_util::generators::{
[INFO] [stdout]     |                   ^^^^^^^^^ could not find `test_util` in `malachite_nz`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-nz-0.9.2/src/lib.rs:223:9
[INFO] [stdout]     |
[INFO] [stdout] 222 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 223 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/conversion/natural_from_float.rs:18:22
[INFO] [stdout]     |
[INFO] [stdout]  18 | use malachite_float::test_util::common::parse_hex_string;
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/conversion/natural_from_float.rs:19:22
[INFO] [stdout]     |
[INFO] [stdout]  19 | use malachite_float::test_util::generators::{
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_nz`
[INFO] [stdout]    --> tests/conversion/natural_from_float.rs:24:19
[INFO] [stdout]     |
[INFO] [stdout]  24 | use malachite_nz::test_util::generators::natural_gen;
[INFO] [stdout]     |                   ^^^^^^^^^ could not find `test_util` in `malachite_nz`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-nz-0.9.2/src/lib.rs:223:9
[INFO] [stdout]     |
[INFO] [stdout] 222 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 223 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/conversion/primitive_float_from_float.rs:16:21
[INFO] [stdout]     |
[INFO] [stdout]  16 | use malachite_base::test_util::generators::primitive_float_gen;
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/conversion/primitive_float_from_float.rs:19:22
[INFO] [stdout]     |
[INFO] [stdout]  19 | use malachite_float::test_util::common::{parse_hex_string, rug_round_try_from_rounding_mode};
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/conversion/primitive_float_from_float.rs:20:22
[INFO] [stdout]     |
[INFO] [stdout]  20 | use malachite_float::test_util::generators::{
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/conversion/primitive_int_from_float.rs:19:21
[INFO] [stdout]     |
[INFO] [stdout]  19 | use malachite_base::test_util::generators::{signed_gen, unsigned_gen};
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/conversion/primitive_int_from_float.rs:21:22
[INFO] [stdout]     |
[INFO] [stdout]  21 | use malachite_float::test_util::common::parse_hex_string;
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/conversion/primitive_int_from_float.rs:22:22
[INFO] [stdout]     |
[INFO] [stdout]  22 | use malachite_float::test_util::generators::{
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/conversion/rational_from_float.rs:14:22
[INFO] [stdout]     |
[INFO] [stdout]  14 | use malachite_float::test_util::common::parse_hex_string;
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/conversion/rational_from_float.rs:15:22
[INFO] [stdout]     |
[INFO] [stdout]  15 | use malachite_float::test_util::generators::float_gen;
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/exhaustive/exhaustive_finite_floats.rs:10:22
[INFO] [stdout]     |
[INFO] [stdout]  10 | use malachite_float::test_util::exhaustive::exhaustive_floats_helper_helper_with_limit;
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/exhaustive/exhaustive_floats.rs:10:22
[INFO] [stdout]     |
[INFO] [stdout]  10 | use malachite_float::test_util::exhaustive::exhaustive_floats_helper_helper_with_limit;
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/exhaustive/exhaustive_negative_finite_floats.rs:10:22
[INFO] [stdout]     |
[INFO] [stdout]  10 | use malachite_float::test_util::exhaustive::exhaustive_floats_helper_helper_with_limit;
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/exhaustive/exhaustive_non_negative_finite_floats.rs:10:22
[INFO] [stdout]     |
[INFO] [stdout]  10 | use malachite_float::test_util::exhaustive::exhaustive_floats_helper_helper_with_limit;
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/exhaustive/exhaustive_non_positive_finite_floats.rs:10:22
[INFO] [stdout]     |
[INFO] [stdout]  10 | use malachite_float::test_util::exhaustive::exhaustive_floats_helper_helper_with_limit;
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/exhaustive/exhaustive_nonzero_finite_floats.rs:10:22
[INFO] [stdout]     |
[INFO] [stdout]  10 | use malachite_float::test_util::exhaustive::exhaustive_floats_helper_helper_with_limit;
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/exhaustive/exhaustive_positive_finite_floats.rs:10:22
[INFO] [stdout]     |
[INFO] [stdout]  10 | use malachite_float::test_util::exhaustive::exhaustive_floats_helper_helper_with_limit;
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/exhaustive/exhaustive_positive_floats_with_sci_exponent.rs:10:22
[INFO] [stdout]     |
[INFO] [stdout]  10 | use malachite_float::test_util::exhaustive::exhaustive_floats_helper_helper_with_limit;
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/exhaustive/exhaustive_positive_floats_with_sci_exponent_and_precision.rs:10:22
[INFO] [stdout]     |
[INFO] [stdout]  10 | use malachite_float::test_util::exhaustive::exhaustive_floats_helper_helper_with_limit;
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `malachite_base::assert_panic`
[INFO] [stdout]  --> tests/basic/ulp.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use malachite_base::assert_panic;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^------------
[INFO] [stdout]   |                     |
[INFO] [stdout]   |                     no `assert_panic` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/random/random_finite_floats.rs:11:21
[INFO] [stdout]     |
[INFO] [stdout]  11 | use malachite_base::test_util::stats::moments::MomentStats;
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `malachite_base::random`
[INFO] [stdout]    --> tests/random/random_finite_floats.rs:10:21
[INFO] [stdout]     |
[INFO] [stdout]  10 | use malachite_base::random::EXAMPLE_SEED;
[INFO] [stdout]     |                     ^^^^^^ could not find `random` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:179:9
[INFO] [stdout]     |
[INFO] [stdout] 177 | #[cfg(feature = "random")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `random` feature
[INFO] [stdout] 178 | /// Functions for generating random values.
[INFO] [stdout] 179 | pub mod random;
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/random/random_finite_floats.rs:13:22
[INFO] [stdout]     |
[INFO] [stdout]  13 | use malachite_float::test_util::random::random_floats_helper_helper;
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `malachite_float::random`
[INFO] [stdout]    --> tests/random/random_finite_floats.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 | use malachite_float::random::random_finite_floats;
[INFO] [stdout]     |                      ^^^^^^ could not find `random` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:620:9
[INFO] [stdout]     |
[INFO] [stdout] 618 | #[cfg(feature = "random")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `random` feature
[INFO] [stdout] 619 | /// Iterators that generate [`Float`]s randomly.
[INFO] [stdout] 620 | pub mod random;
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/random/random_floats.rs:11:21
[INFO] [stdout]     |
[INFO] [stdout]  11 | use malachite_base::test_util::stats::moments::MomentStats;
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `malachite_base::random`
[INFO] [stdout]    --> tests/random/random_floats.rs:10:21
[INFO] [stdout]     |
[INFO] [stdout]  10 | use malachite_base::random::EXAMPLE_SEED;
[INFO] [stdout]     |                     ^^^^^^ could not find `random` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:179:9
[INFO] [stdout]     |
[INFO] [stdout] 177 | #[cfg(feature = "random")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `random` feature
[INFO] [stdout] 178 | /// Functions for generating random values.
[INFO] [stdout] 179 | pub mod random;
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/random/random_floats.rs:13:22
[INFO] [stdout]     |
[INFO] [stdout]  13 | use malachite_float::test_util::random::random_floats_helper_helper;
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `malachite_float::random`
[INFO] [stdout]    --> tests/random/random_floats.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 | use malachite_float::random::random_floats;
[INFO] [stdout]     |                      ^^^^^^ could not find `random` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:620:9
[INFO] [stdout]     |
[INFO] [stdout] 618 | #[cfg(feature = "random")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `random` feature
[INFO] [stdout] 619 | /// Iterators that generate [`Float`]s randomly.
[INFO] [stdout] 620 | pub mod random;
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/random/random_negative_finite_floats.rs:11:21
[INFO] [stdout]     |
[INFO] [stdout]  11 | use malachite_base::test_util::stats::moments::MomentStats;
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `malachite_base::random`
[INFO] [stdout]    --> tests/random/random_negative_finite_floats.rs:10:21
[INFO] [stdout]     |
[INFO] [stdout]  10 | use malachite_base::random::EXAMPLE_SEED;
[INFO] [stdout]     |                     ^^^^^^ could not find `random` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:179:9
[INFO] [stdout]     |
[INFO] [stdout] 177 | #[cfg(feature = "random")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `random` feature
[INFO] [stdout] 178 | /// Functions for generating random values.
[INFO] [stdout] 179 | pub mod random;
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/random/random_negative_finite_floats.rs:13:22
[INFO] [stdout]     |
[INFO] [stdout]  13 | use malachite_float::test_util::random::random_floats_helper_helper;
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `malachite_float::random`
[INFO] [stdout]    --> tests/random/random_negative_finite_floats.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 | use malachite_float::random::random_negative_finite_floats;
[INFO] [stdout]     |                      ^^^^^^ could not find `random` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:620:9
[INFO] [stdout]     |
[INFO] [stdout] 618 | #[cfg(feature = "random")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `random` feature
[INFO] [stdout] 619 | /// Iterators that generate [`Float`]s randomly.
[INFO] [stdout] 620 | pub mod random;
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/random/random_non_negative_finite_floats.rs:11:21
[INFO] [stdout]     |
[INFO] [stdout]  11 | use malachite_base::test_util::stats::moments::MomentStats;
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `malachite_base::random`
[INFO] [stdout]    --> tests/random/random_non_negative_finite_floats.rs:10:21
[INFO] [stdout]     |
[INFO] [stdout]  10 | use malachite_base::random::EXAMPLE_SEED;
[INFO] [stdout]     |                     ^^^^^^ could not find `random` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:179:9
[INFO] [stdout]     |
[INFO] [stdout] 177 | #[cfg(feature = "random")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `random` feature
[INFO] [stdout] 178 | /// Functions for generating random values.
[INFO] [stdout] 179 | pub mod random;
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/random/random_non_negative_finite_floats.rs:13:22
[INFO] [stdout]     |
[INFO] [stdout]  13 | use malachite_float::test_util::random::random_floats_helper_helper;
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `malachite_float::random`
[INFO] [stdout]    --> tests/random/random_non_negative_finite_floats.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 | use malachite_float::random::random_non_negative_finite_floats;
[INFO] [stdout]     |                      ^^^^^^ could not find `random` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:620:9
[INFO] [stdout]     |
[INFO] [stdout] 618 | #[cfg(feature = "random")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `random` feature
[INFO] [stdout] 619 | /// Iterators that generate [`Float`]s randomly.
[INFO] [stdout] 620 | pub mod random;
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/random/random_non_positive_finite_floats.rs:11:21
[INFO] [stdout]     |
[INFO] [stdout]  11 | use malachite_base::test_util::stats::moments::MomentStats;
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `malachite_base::random`
[INFO] [stdout]    --> tests/random/random_non_positive_finite_floats.rs:10:21
[INFO] [stdout]     |
[INFO] [stdout]  10 | use malachite_base::random::EXAMPLE_SEED;
[INFO] [stdout]     |                     ^^^^^^ could not find `random` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:179:9
[INFO] [stdout]     |
[INFO] [stdout] 177 | #[cfg(feature = "random")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `random` feature
[INFO] [stdout] 178 | /// Functions for generating random values.
[INFO] [stdout] 179 | pub mod random;
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/random/random_non_positive_finite_floats.rs:13:22
[INFO] [stdout]     |
[INFO] [stdout]  13 | use malachite_float::test_util::random::random_floats_helper_helper;
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `malachite_float::random`
[INFO] [stdout]    --> tests/random/random_non_positive_finite_floats.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 | use malachite_float::random::random_non_positive_finite_floats;
[INFO] [stdout]     |                      ^^^^^^ could not find `random` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:620:9
[INFO] [stdout]     |
[INFO] [stdout] 618 | #[cfg(feature = "random")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `random` feature
[INFO] [stdout] 619 | /// Iterators that generate [`Float`]s randomly.
[INFO] [stdout] 620 | pub mod random;
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/random/random_nonzero_finite_floats.rs:11:21
[INFO] [stdout]     |
[INFO] [stdout]  11 | use malachite_base::test_util::stats::moments::MomentStats;
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `malachite_base::random`
[INFO] [stdout]    --> tests/random/random_nonzero_finite_floats.rs:10:21
[INFO] [stdout]     |
[INFO] [stdout]  10 | use malachite_base::random::EXAMPLE_SEED;
[INFO] [stdout]     |                     ^^^^^^ could not find `random` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:179:9
[INFO] [stdout]     |
[INFO] [stdout] 177 | #[cfg(feature = "random")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `random` feature
[INFO] [stdout] 178 | /// Functions for generating random values.
[INFO] [stdout] 179 | pub mod random;
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/random/random_nonzero_finite_floats.rs:13:22
[INFO] [stdout]     |
[INFO] [stdout]  13 | use malachite_float::test_util::random::random_floats_helper_helper;
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `malachite_float::random`
[INFO] [stdout]    --> tests/random/random_nonzero_finite_floats.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 | use malachite_float::random::random_nonzero_finite_floats;
[INFO] [stdout]     |                      ^^^^^^ could not find `random` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:620:9
[INFO] [stdout]     |
[INFO] [stdout] 618 | #[cfg(feature = "random")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `random` feature
[INFO] [stdout] 619 | /// Iterators that generate [`Float`]s randomly.
[INFO] [stdout] 620 | pub mod random;
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/random/random_positive_finite_floats.rs:11:21
[INFO] [stdout]     |
[INFO] [stdout]  11 | use malachite_base::test_util::stats::moments::MomentStats;
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `malachite_base::random`
[INFO] [stdout]    --> tests/random/random_positive_finite_floats.rs:10:21
[INFO] [stdout]     |
[INFO] [stdout]  10 | use malachite_base::random::EXAMPLE_SEED;
[INFO] [stdout]     |                     ^^^^^^ could not find `random` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:179:9
[INFO] [stdout]     |
[INFO] [stdout] 177 | #[cfg(feature = "random")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `random` feature
[INFO] [stdout] 178 | /// Functions for generating random values.
[INFO] [stdout] 179 | pub mod random;
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/random/random_positive_finite_floats.rs:13:22
[INFO] [stdout]     |
[INFO] [stdout]  13 | use malachite_float::test_util::random::random_floats_helper_helper;
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `malachite_float::random`
[INFO] [stdout]    --> tests/random/random_positive_finite_floats.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 | use malachite_float::random::random_positive_finite_floats;
[INFO] [stdout]     |                      ^^^^^^ could not find `random` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:620:9
[INFO] [stdout]     |
[INFO] [stdout] 618 | #[cfg(feature = "random")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `random` feature
[INFO] [stdout] 619 | /// Iterators that generate [`Float`]s randomly.
[INFO] [stdout] 620 | pub mod random;
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/random/striped_random_negative_finite_floats.rs:11:21
[INFO] [stdout]     |
[INFO] [stdout]  11 | use malachite_base::test_util::stats::moments::MomentStats;
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `malachite_base::random`
[INFO] [stdout]    --> tests/random/striped_random_negative_finite_floats.rs:10:21
[INFO] [stdout]     |
[INFO] [stdout]  10 | use malachite_base::random::EXAMPLE_SEED;
[INFO] [stdout]     |                     ^^^^^^ could not find `random` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:179:9
[INFO] [stdout]     |
[INFO] [stdout] 177 | #[cfg(feature = "random")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `random` feature
[INFO] [stdout] 178 | /// Functions for generating random values.
[INFO] [stdout] 179 | pub mod random;
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/random/striped_random_negative_finite_floats.rs:13:22
[INFO] [stdout]     |
[INFO] [stdout]  13 | use malachite_float::test_util::random::random_floats_helper_helper;
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `malachite_float::random`
[INFO] [stdout]    --> tests/random/striped_random_negative_finite_floats.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 | use malachite_float::random::striped_random_negative_finite_floats;
[INFO] [stdout]     |                      ^^^^^^ could not find `random` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:620:9
[INFO] [stdout]     |
[INFO] [stdout] 618 | #[cfg(feature = "random")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `random` feature
[INFO] [stdout] 619 | /// Iterators that generate [`Float`]s randomly.
[INFO] [stdout] 620 | pub mod random;
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/random/striped_random_non_negative_finite_floats.rs:11:21
[INFO] [stdout]     |
[INFO] [stdout]  11 | use malachite_base::test_util::stats::moments::MomentStats;
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `malachite_base::random`
[INFO] [stdout]    --> tests/random/striped_random_non_negative_finite_floats.rs:10:21
[INFO] [stdout]     |
[INFO] [stdout]  10 | use malachite_base::random::EXAMPLE_SEED;
[INFO] [stdout]     |                     ^^^^^^ could not find `random` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:179:9
[INFO] [stdout]     |
[INFO] [stdout] 177 | #[cfg(feature = "random")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `random` feature
[INFO] [stdout] 178 | /// Functions for generating random values.
[INFO] [stdout] 179 | pub mod random;
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/random/striped_random_non_negative_finite_floats.rs:13:22
[INFO] [stdout]     |
[INFO] [stdout]  13 | use malachite_float::test_util::random::random_floats_helper_helper;
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `malachite_float::random`
[INFO] [stdout]    --> tests/random/striped_random_non_negative_finite_floats.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 | use malachite_float::random::striped_random_non_negative_finite_floats;
[INFO] [stdout]     |                      ^^^^^^ could not find `random` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:620:9
[INFO] [stdout]     |
[INFO] [stdout] 618 | #[cfg(feature = "random")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `random` feature
[INFO] [stdout] 619 | /// Iterators that generate [`Float`]s randomly.
[INFO] [stdout] 620 | pub mod random;
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/random/striped_random_non_positive_finite_floats.rs:11:21
[INFO] [stdout]     |
[INFO] [stdout]  11 | use malachite_base::test_util::stats::moments::MomentStats;
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `malachite_base::random`
[INFO] [stdout]    --> tests/random/striped_random_non_positive_finite_floats.rs:10:21
[INFO] [stdout]     |
[INFO] [stdout]  10 | use malachite_base::random::EXAMPLE_SEED;
[INFO] [stdout]     |                     ^^^^^^ could not find `random` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:179:9
[INFO] [stdout]     |
[INFO] [stdout] 177 | #[cfg(feature = "random")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `random` feature
[INFO] [stdout] 178 | /// Functions for generating random values.
[INFO] [stdout] 179 | pub mod random;
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/random/striped_random_non_positive_finite_floats.rs:13:22
[INFO] [stdout]     |
[INFO] [stdout]  13 | use malachite_float::test_util::random::random_floats_helper_helper;
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `malachite_float::random`
[INFO] [stdout]    --> tests/random/striped_random_non_positive_finite_floats.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 | use malachite_float::random::striped_random_non_positive_finite_floats;
[INFO] [stdout]     |                      ^^^^^^ could not find `random` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:620:9
[INFO] [stdout]     |
[INFO] [stdout] 618 | #[cfg(feature = "random")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `random` feature
[INFO] [stdout] 619 | /// Iterators that generate [`Float`]s randomly.
[INFO] [stdout] 620 | pub mod random;
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/random/striped_random_nonzero_finite_floats.rs:11:21
[INFO] [stdout]     |
[INFO] [stdout]  11 | use malachite_base::test_util::stats::moments::MomentStats;
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `malachite_base::random`
[INFO] [stdout]    --> tests/random/striped_random_nonzero_finite_floats.rs:10:21
[INFO] [stdout]     |
[INFO] [stdout]  10 | use malachite_base::random::EXAMPLE_SEED;
[INFO] [stdout]     |                     ^^^^^^ could not find `random` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:179:9
[INFO] [stdout]     |
[INFO] [stdout] 177 | #[cfg(feature = "random")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `random` feature
[INFO] [stdout] 178 | /// Functions for generating random values.
[INFO] [stdout] 179 | pub mod random;
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/random/striped_random_nonzero_finite_floats.rs:13:22
[INFO] [stdout]     |
[INFO] [stdout]  13 | use malachite_float::test_util::random::random_floats_helper_helper;
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `malachite_float::random`
[INFO] [stdout]    --> tests/random/striped_random_nonzero_finite_floats.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 | use malachite_float::random::striped_random_nonzero_finite_floats;
[INFO] [stdout]     |                      ^^^^^^ could not find `random` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:620:9
[INFO] [stdout]     |
[INFO] [stdout] 618 | #[cfg(feature = "random")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `random` feature
[INFO] [stdout] 619 | /// Iterators that generate [`Float`]s randomly.
[INFO] [stdout] 620 | pub mod random;
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/random/striped_random_positive_finite_floats.rs:11:21
[INFO] [stdout]     |
[INFO] [stdout]  11 | use malachite_base::test_util::stats::moments::MomentStats;
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `malachite_base::random`
[INFO] [stdout]    --> tests/random/striped_random_positive_finite_floats.rs:10:21
[INFO] [stdout]     |
[INFO] [stdout]  10 | use malachite_base::random::EXAMPLE_SEED;
[INFO] [stdout]     |                     ^^^^^^ could not find `random` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:179:9
[INFO] [stdout]     |
[INFO] [stdout] 177 | #[cfg(feature = "random")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `random` feature
[INFO] [stdout] 178 | /// Functions for generating random values.
[INFO] [stdout] 179 | pub mod random;
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_float`
[INFO] [stdout]    --> tests/random/striped_random_positive_finite_floats.rs:13:22
[INFO] [stdout]     |
[INFO] [stdout]  13 | use malachite_float::test_util::random::random_floats_helper_helper;
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `test_util` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 622 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 623 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `rug` in this scope
[INFO] [stdout]   --> tests/basic/constants.rs:20:5
[INFO] [stdout]    |
[INFO] [stdout] 20 | use rug::float::Special;
[INFO] [stdout]    |     ^^^ use of unresolved module or unlinked crate `rug`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `rug`, use `cargo add rug` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `malachite_float::random`
[INFO] [stdout]    --> tests/random/striped_random_positive_finite_floats.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 | use malachite_float::random::striped_random_positive_finite_floats;
[INFO] [stdout]     |                      ^^^^^^ could not find `random` in `malachite_float`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:620:9
[INFO] [stdout]     |
[INFO] [stdout] 618 | #[cfg(feature = "random")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `random` feature
[INFO] [stdout] 619 | /// Iterators that generate [`Float`]s randomly.
[INFO] [stdout] 620 | pub mod random;
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `rug`
[INFO] [stdout]   --> tests/comparison/partial_cmp_abs_integer.rs:22:5
[INFO] [stdout]    |
[INFO] [stdout] 22 | use rug;
[INFO] [stdout]    |     ^^^ no external crate `rug`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `rug`
[INFO] [stdout]   --> tests/comparison/partial_cmp_abs_natural.rs:22:5
[INFO] [stdout]    |
[INFO] [stdout] 22 | use rug;
[INFO] [stdout]    |     ^^^ no external crate `rug`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `rug`
[INFO] [stdout]   --> tests/comparison/partial_cmp_abs_primitive_int.rs:26:5
[INFO] [stdout]    |
[INFO] [stdout] 26 | use rug;
[INFO] [stdout]    |     ^^^ no external crate `rug`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `rug`
[INFO] [stdout]   --> tests/comparison/partial_cmp_abs_rational.rs:21:5
[INFO] [stdout]    |
[INFO] [stdout] 21 | use rug;
[INFO] [stdout]    |     ^^^ no external crate `rug`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `rug`
[INFO] [stdout]   --> tests/comparison/partial_cmp_integer.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 | use rug;
[INFO] [stdout]    |     ^^^ no external crate `rug`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `rug`
[INFO] [stdout]   --> tests/comparison/partial_cmp_natural.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 | use rug;
[INFO] [stdout]    |     ^^^ no external crate `rug`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `rug`
[INFO] [stdout]   --> tests/comparison/partial_cmp_primitive_float.rs:22:5
[INFO] [stdout]    |
[INFO] [stdout] 22 | use rug;
[INFO] [stdout]    |     ^^^ no external crate `rug`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `rug`
[INFO] [stdout]   --> tests/comparison/partial_cmp_primitive_int.rs:21:5
[INFO] [stdout]    |
[INFO] [stdout] 21 | use rug;
[INFO] [stdout]    |     ^^^ no external crate `rug`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `rug`
[INFO] [stdout]   --> tests/comparison/partial_cmp_rational.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 | use rug;
[INFO] [stdout]    |     ^^^ no external crate `rug`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `rug`
[INFO] [stdout]   --> tests/comparison/partial_eq_integer.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 | use rug;
[INFO] [stdout]    |     ^^^ no external crate `rug`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `rug`
[INFO] [stdout]   --> tests/comparison/partial_eq_natural.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 | use rug;
[INFO] [stdout]    |     ^^^ no external crate `rug`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `rug`
[INFO] [stdout]   --> tests/comparison/partial_eq_primitive_float.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 | use rug;
[INFO] [stdout]    |     ^^^ no external crate `rug`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `rug`
[INFO] [stdout]   --> tests/comparison/partial_eq_primitive_int.rs:23:5
[INFO] [stdout]    |
[INFO] [stdout] 23 | use rug;
[INFO] [stdout]    |     ^^^ no external crate `rug`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `rug`
[INFO] [stdout]   --> tests/comparison/partial_eq_rational.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 | use rug;
[INFO] [stdout]    |     ^^^ no external crate `rug`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `rug`
[INFO] [stdout]   --> tests/conversion/clone.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 16 | use rug;
[INFO] [stdout]    |     ^^^ no external crate `rug`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `rug` in this scope
[INFO] [stdout]   --> tests/conversion/from_primitive_float.rs:26:5
[INFO] [stdout]    |
[INFO] [stdout] 26 | use rug::float::Round;
[INFO] [stdout]    |     ^^^ use of unresolved module or unlinked crate `rug`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `rug`, use `cargo add rug` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `rug` in this scope
[INFO] [stdout]   --> tests/conversion/from_primitive_float.rs:27:5
[INFO] [stdout]    |
[INFO] [stdout] 27 | use rug::ops::AssignRound;
[INFO] [stdout]    |     ^^^ use of unresolved module or unlinked crate `rug`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `rug`, use `cargo add rug` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `rug`
[INFO] [stdout]   --> tests/conversion/from_primitive_float.rs:25:5
[INFO] [stdout]    |
[INFO] [stdout] 25 | use rug::Assign;
[INFO] [stdout]    |     ^^^ use of unresolved module or unlinked crate `rug`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `rug`, use `cargo add rug` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `rug` in this scope
[INFO] [stdout]   --> tests/conversion/from_primitive_int.rs:30:5
[INFO] [stdout]    |
[INFO] [stdout] 30 | use rug::float::Round;
[INFO] [stdout]    |     ^^^ use of unresolved module or unlinked crate `rug`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `rug`, use `cargo add rug` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `rug` in this scope
[INFO] [stdout]   --> tests/conversion/from_primitive_int.rs:31:5
[INFO] [stdout]    |
[INFO] [stdout] 31 | use rug::ops::AssignRound;
[INFO] [stdout]    |     ^^^ use of unresolved module or unlinked crate `rug`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `rug`, use `cargo add rug` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `rug`
[INFO] [stdout]   --> tests/conversion/from_primitive_int.rs:29:5
[INFO] [stdout]    |
[INFO] [stdout] 29 | use rug::Assign;
[INFO] [stdout]    |     ^^^ use of unresolved module or unlinked crate `rug`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `rug`, use `cargo add rug` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/add.rs:2078:5
[INFO] [stdout]      |
[INFO] [stdout] 2078 |     assert_panic!(Float::NAN.add_prec(Float::NAN, 0));
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 2078 -     assert_panic!(Float::NAN.add_prec(Float::NAN, 0));
[INFO] [stdout] 2078 +     assert_ne!(Float::NAN.add_prec(Float::NAN, 0));
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/add.rs:2079:5
[INFO] [stdout]      |
[INFO] [stdout] 2079 |     assert_panic!(Float::NAN.add_prec_val_ref(&Float::NAN, 0));
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 2079 -     assert_panic!(Float::NAN.add_prec_val_ref(&Float::NAN, 0));
[INFO] [stdout] 2079 +     assert_ne!(Float::NAN.add_prec_val_ref(&Float::NAN, 0));
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/add.rs:2080:5
[INFO] [stdout]      |
[INFO] [stdout] 2080 |     assert_panic!(Float::NAN.add_prec_ref_val(Float::NAN, 0));
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 2080 -     assert_panic!(Float::NAN.add_prec_ref_val(Float::NAN, 0));
[INFO] [stdout] 2080 +     assert_ne!(Float::NAN.add_prec_ref_val(Float::NAN, 0));
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/add.rs:2081:5
[INFO] [stdout]      |
[INFO] [stdout] 2081 |     assert_panic!(Float::NAN.add_prec_ref_ref(&Float::NAN, 0));
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 2081 -     assert_panic!(Float::NAN.add_prec_ref_ref(&Float::NAN, 0));
[INFO] [stdout] 2081 +     assert_ne!(Float::NAN.add_prec_ref_ref(&Float::NAN, 0));
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/add.rs:2082:5
[INFO] [stdout]      |
[INFO] [stdout] 2082 |     assert_panic!({
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 2082 -     assert_panic!({
[INFO] [stdout] 2082 +     assert_ne!({
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/add.rs:2086:5
[INFO] [stdout]      |
[INFO] [stdout] 2086 |     assert_panic!({
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 2086 -     assert_panic!({
[INFO] [stdout] 2086 +     assert_ne!({
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/add.rs:4980:5
[INFO] [stdout]      |
[INFO] [stdout] 4980 |     assert_panic!(Float::one_prec(1).add_round(Float::two_prec(1), Exact));
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 4980 -     assert_panic!(Float::one_prec(1).add_round(Float::two_prec(1), Exact));
[INFO] [stdout] 4980 +     assert_ne!(Float::one_prec(1).add_round(Float::two_prec(1), Exact));
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/add.rs:4981:5
[INFO] [stdout]      |
[INFO] [stdout] 4981 |     assert_panic!(Float::one_prec(1).add_round_val_ref(&Float::two_prec(1), Exact));
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 4981 -     assert_panic!(Float::one_prec(1).add_round_val_ref(&Float::two_prec(1), Exact));
[INFO] [stdout] 4981 +     assert_ne!(Float::one_prec(1).add_round_val_ref(&Float::two_prec(1), Exact));
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/add.rs:4982:5
[INFO] [stdout]      |
[INFO] [stdout] 4982 |     assert_panic!(Float::one_prec(1).add_round_ref_val(Float::two_prec(1), Exact));
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 4982 -     assert_panic!(Float::one_prec(1).add_round_ref_val(Float::two_prec(1), Exact));
[INFO] [stdout] 4982 +     assert_ne!(Float::one_prec(1).add_round_ref_val(Float::two_prec(1), Exact));
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/add.rs:4983:5
[INFO] [stdout]      |
[INFO] [stdout] 4983 |     assert_panic!(Float::one_prec(1).add_round_ref_ref(&Float::two_prec(1), Exact));
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 4983 -     assert_panic!(Float::one_prec(1).add_round_ref_ref(&Float::two_prec(1), Exact));
[INFO] [stdout] 4983 +     assert_ne!(Float::one_prec(1).add_round_ref_ref(&Float::two_prec(1), Exact));
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/add.rs:4985:5
[INFO] [stdout]      |
[INFO] [stdout] 4985 |     assert_panic!(parse_hex_string("0x1.0#1").add_round(parse_hex_string("0x0.001#1"), Exact));
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 4985 -     assert_panic!(parse_hex_string("0x1.0#1").add_round(parse_hex_string("0x0.001#1"), Exact));
[INFO] [stdout] 4985 +     assert_ne!(parse_hex_string("0x1.0#1").add_round(parse_hex_string("0x0.001#1"), Exact));
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/add.rs:4986:5
[INFO] [stdout]      |
[INFO] [stdout] 4986 |     assert_panic!(
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 4986 -     assert_panic!(
[INFO] [stdout] 4986 +     assert_ne!(
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/add.rs:4989:5
[INFO] [stdout]      |
[INFO] [stdout] 4989 |     assert_panic!(
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 4989 -     assert_panic!(
[INFO] [stdout] 4989 +     assert_ne!(
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/add.rs:4992:5
[INFO] [stdout]      |
[INFO] [stdout] 4992 |     assert_panic!(
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 4992 -     assert_panic!(
[INFO] [stdout] 4992 +     assert_ne!(
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/add.rs:4996:5
[INFO] [stdout]      |
[INFO] [stdout] 4996 |     assert_panic!(
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 4996 -     assert_panic!(
[INFO] [stdout] 4996 +     assert_ne!(
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/add.rs:5000:5
[INFO] [stdout]      |
[INFO] [stdout] 5000 |     assert_panic!(
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 5000 -     assert_panic!(
[INFO] [stdout] 5000 +     assert_ne!(
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/add.rs:5004:5
[INFO] [stdout]      |
[INFO] [stdout] 5004 |     assert_panic!(
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 5004 -     assert_panic!(
[INFO] [stdout] 5004 +     assert_ne!(
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/add.rs:5008:5
[INFO] [stdout]      |
[INFO] [stdout] 5008 |     assert_panic!(
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 5008 -     assert_panic!(
[INFO] [stdout] 5008 +     assert_ne!(
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/add.rs:5013:5
[INFO] [stdout]      |
[INFO] [stdout] 5013 |     assert_panic!(
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 5013 -     assert_panic!(
[INFO] [stdout] 5013 +     assert_ne!(
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/add.rs:5017:5
[INFO] [stdout]      |
[INFO] [stdout] 5017 |     assert_panic!(
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 5017 -     assert_panic!(
[INFO] [stdout] 5017 +     assert_ne!(
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/add.rs:5021:5
[INFO] [stdout]      |
[INFO] [stdout] 5021 |     assert_panic!(
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 5021 -     assert_panic!(
[INFO] [stdout] 5021 +     assert_ne!(
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/add.rs:5025:5
[INFO] [stdout]      |
[INFO] [stdout] 5025 |     assert_panic!(
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 5025 -     assert_panic!(
[INFO] [stdout] 5025 +     assert_ne!(
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/add.rs:5030:5
[INFO] [stdout]      |
[INFO] [stdout] 5030 |     assert_panic!(
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 5030 -     assert_panic!(
[INFO] [stdout] 5030 +     assert_ne!(
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/add.rs:5036:5
[INFO] [stdout]      |
[INFO] [stdout] 5036 |     assert_panic!(
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 5036 -     assert_panic!(
[INFO] [stdout] 5036 +     assert_ne!(
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/add.rs:5042:5
[INFO] [stdout]      |
[INFO] [stdout] 5042 |     assert_panic!(
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 5042 -     assert_panic!(
[INFO] [stdout] 5042 +     assert_ne!(
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/add.rs:5048:5
[INFO] [stdout]      |
[INFO] [stdout] 5048 |     assert_panic!(
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 5048 -     assert_panic!(
[INFO] [stdout] 5048 +     assert_ne!(
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/add.rs:5055:5
[INFO] [stdout]      |
[INFO] [stdout] 5055 |     assert_panic!(
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 5055 -     assert_panic!(
[INFO] [stdout] 5055 +     assert_ne!(
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/add.rs:5061:5
[INFO] [stdout]      |
[INFO] [stdout] 5061 |     assert_panic!(
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 5061 -     assert_panic!(
[INFO] [stdout] 5061 +     assert_ne!(
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/add.rs:5067:5
[INFO] [stdout]      |
[INFO] [stdout] 5067 |     assert_panic!(
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 5067 -     assert_panic!(
[INFO] [stdout] 5067 +     assert_ne!(
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/add.rs:5073:5
[INFO] [stdout]      |
[INFO] [stdout] 5073 |     assert_panic!(
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 5073 -     assert_panic!(
[INFO] [stdout] 5073 +     assert_ne!(
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/add.rs:5080:5
[INFO] [stdout]      |
[INFO] [stdout] 5080 |     assert_panic!(
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 5080 -     assert_panic!(
[INFO] [stdout] 5080 +     assert_ne!(
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/add.rs:5086:5
[INFO] [stdout]      |
[INFO] [stdout] 5086 |     assert_panic!(
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 5086 -     assert_panic!(
[INFO] [stdout] 5086 +     assert_ne!(
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/add.rs:5093:5
[INFO] [stdout]      |
[INFO] [stdout] 5093 |     assert_panic!(
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 5093 -     assert_panic!(
[INFO] [stdout] 5093 +     assert_ne!(
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/add.rs:5100:5
[INFO] [stdout]      |
[INFO] [stdout] 5100 |     assert_panic!(
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 5100 -     assert_panic!(
[INFO] [stdout] 5100 +     assert_ne!(
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/add.rs:5108:5
[INFO] [stdout]      |
[INFO] [stdout] 5108 |     assert_panic!(parse_hex_string("0x1.0#1").add_round(parse_hex_string("0x1.8#2"), Exact));
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 5108 -     assert_panic!(parse_hex_string("0x1.0#1").add_round(parse_hex_string("0x1.8#2"), Exact));
[INFO] [stdout] 5108 +     assert_ne!(parse_hex_string("0x1.0#1").add_round(parse_hex_string("0x1.8#2"), Exact));
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/add.rs:5109:5
[INFO] [stdout]      |
[INFO] [stdout] 5109 |     assert_panic!(
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 5109 -     assert_panic!(
[INFO] [stdout] 5109 +     assert_ne!(
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/add.rs:5112:5
[INFO] [stdout]      |
[INFO] [stdout] 5112 |     assert_panic!({
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 5112 -     assert_panic!({
[INFO] [stdout] 5112 +     assert_ne!({
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/add.rs:5115:5
[INFO] [stdout]      |
[INFO] [stdout] 5115 |     assert_panic!(
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 5115 -     assert_panic!(
[INFO] [stdout] 5115 +     assert_ne!(
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/add.rs:5119:5
[INFO] [stdout]      |
[INFO] [stdout] 5119 |     assert_panic!({
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 5119 -     assert_panic!({
[INFO] [stdout] 5119 +     assert_ne!({
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/add.rs:5123:5
[INFO] [stdout]      |
[INFO] [stdout] 5123 |     assert_panic!({
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 5123 -     assert_panic!({
[INFO] [stdout] 5123 +     assert_ne!({
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/add.rs:5128:5
[INFO] [stdout]      |
[INFO] [stdout] 5128 |     assert_panic!({
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 5128 -     assert_panic!({
[INFO] [stdout] 5128 +     assert_ne!({
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/add.rs:5132:5
[INFO] [stdout]      |
[INFO] [stdout] 5132 |     assert_panic!({
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 5132 -     assert_panic!({
[INFO] [stdout] 5132 +     assert_ne!({
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/add.rs:5137:5
[INFO] [stdout]      |
[INFO] [stdout] 5137 |     assert_panic!({
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 5137 -     assert_panic!({
[INFO] [stdout] 5137 +     assert_ne!({
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/add.rs:5141:5
[INFO] [stdout]      |
[INFO] [stdout] 5141 |     assert_panic!({
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 5141 -     assert_panic!({
[INFO] [stdout] 5141 +     assert_ne!({
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/add.rs:5146:5
[INFO] [stdout]      |
[INFO] [stdout] 5146 |     assert_panic!({
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 5146 -     assert_panic!({
[INFO] [stdout] 5146 +     assert_ne!({
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/add.rs:5150:5
[INFO] [stdout]      |
[INFO] [stdout] 5150 |     assert_panic!({
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 5150 -     assert_panic!({
[INFO] [stdout] 5150 +     assert_ne!({
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/add.rs:5155:5
[INFO] [stdout]      |
[INFO] [stdout] 5155 |     assert_panic!({
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 5155 -     assert_panic!({
[INFO] [stdout] 5155 +     assert_ne!({
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/add.rs:5162:5
[INFO] [stdout]      |
[INFO] [stdout] 5162 |     assert_panic!({
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 5162 -     assert_panic!({
[INFO] [stdout] 5162 +     assert_ne!({
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/add.rs:5170:5
[INFO] [stdout]      |
[INFO] [stdout] 5170 |     assert_panic!({
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 5170 -     assert_panic!({
[INFO] [stdout] 5170 +     assert_ne!({
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/add.rs:5177:5
[INFO] [stdout]      |
[INFO] [stdout] 5177 |     assert_panic!({
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 5177 -     assert_panic!({
[INFO] [stdout] 5177 +     assert_ne!({
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/add.rs:5185:5
[INFO] [stdout]      |
[INFO] [stdout] 5185 |     assert_panic!({
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 5185 -     assert_panic!({
[INFO] [stdout] 5185 +     assert_ne!({
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/add.rs:5192:5
[INFO] [stdout]      |
[INFO] [stdout] 5192 |     assert_panic!({
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 5192 -     assert_panic!({
[INFO] [stdout] 5192 +     assert_ne!({
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/add.rs:5200:5
[INFO] [stdout]      |
[INFO] [stdout] 5200 |     assert_panic!({
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 5200 -     assert_panic!({
[INFO] [stdout] 5200 +     assert_ne!({
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/add.rs:5204:5
[INFO] [stdout]      |
[INFO] [stdout] 5204 |     assert_panic!({
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 5204 -     assert_panic!({
[INFO] [stdout] 5204 +     assert_ne!({
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/add.rs:7483:5
[INFO] [stdout]      |
[INFO] [stdout] 7483 |     assert_panic!(Float::one_prec(1).add_prec_round(Float::two_prec(1), 0, Floor));
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 7483 -     assert_panic!(Float::one_prec(1).add_prec_round(Float::two_prec(1), 0, Floor));
[INFO] [stdout] 7483 +     assert_ne!(Float::one_prec(1).add_prec_round(Float::two_prec(1), 0, Floor));
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/add.rs:7484:5
[INFO] [stdout]      |
[INFO] [stdout] 7484 |     assert_panic!(Float::one_prec(1).add_prec_round_val_ref(&Float::two_prec(1), 0, Floor));
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 7484 -     assert_panic!(Float::one_prec(1).add_prec_round_val_ref(&Float::two_prec(1), 0, Floor));
[INFO] [stdout] 7484 +     assert_ne!(Float::one_prec(1).add_prec_round_val_ref(&Float::two_prec(1), 0, Floor));
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/add.rs:7485:5
[INFO] [stdout]      |
[INFO] [stdout] 7485 |     assert_panic!(Float::one_prec(1).add_prec_round_ref_val(Float::two_prec(1), 0, Floor));
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 7485 -     assert_panic!(Float::one_prec(1).add_prec_round_ref_val(Float::two_prec(1), 0, Floor));
[INFO] [stdout] 7485 +     assert_ne!(Float::one_prec(1).add_prec_round_ref_val(Float::two_prec(1), 0, Floor));
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/add.rs:7486:5
[INFO] [stdout]      |
[INFO] [stdout] 7486 |     assert_panic!(Float::one_prec(1).add_prec_round_ref_ref(&Float::two_prec(1), 0, Floor));
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 7486 -     assert_panic!(Float::one_prec(1).add_prec_round_ref_ref(&Float::two_prec(1), 0, Floor));
[INFO] [stdout] 7486 +     assert_ne!(Float::one_prec(1).add_prec_round_ref_ref(&Float::two_prec(1), 0, Floor));
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/add.rs:7487:5
[INFO] [stdout]      |
[INFO] [stdout] 7487 |     assert_panic!({
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 7487 -     assert_panic!({
[INFO] [stdout] 7487 +     assert_ne!({
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/add.rs:7491:5
[INFO] [stdout]      |
[INFO] [stdout] 7491 |     assert_panic!({
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 7491 -     assert_panic!({
[INFO] [stdout] 7491 +     assert_ne!({
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/add.rs:7496:5
[INFO] [stdout]      |
[INFO] [stdout] 7496 |     assert_panic!(Float::one_prec(1).add_prec_round(Float::two_prec(1), 1, Exact));
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 7496 -     assert_panic!(Float::one_prec(1).add_prec_round(Float::two_prec(1), 1, Exact));
[INFO] [stdout] 7496 +     assert_ne!(Float::one_prec(1).add_prec_round(Float::two_prec(1), 1, Exact));
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/add.rs:7497:5
[INFO] [stdout]      |
[INFO] [stdout] 7497 |     assert_panic!(Float::one_prec(1).add_prec_round_val_ref(&Float::two_prec(1), 1, Exact));
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 7497 -     assert_panic!(Float::one_prec(1).add_prec_round_val_ref(&Float::two_prec(1), 1, Exact));
[INFO] [stdout] 7497 +     assert_ne!(Float::one_prec(1).add_prec_round_val_ref(&Float::two_prec(1), 1, Exact));
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/add.rs:7498:5
[INFO] [stdout]      |
[INFO] [stdout] 7498 |     assert_panic!(Float::one_prec(1).add_prec_round_ref_val(Float::two_prec(1), 1, Exact));
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 7498 -     assert_panic!(Float::one_prec(1).add_prec_round_ref_val(Float::two_prec(1), 1, Exact));
[INFO] [stdout] 7498 +     assert_ne!(Float::one_prec(1).add_prec_round_ref_val(Float::two_prec(1), 1, Exact));
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/add.rs:7499:5
[INFO] [stdout]      |
[INFO] [stdout] 7499 |     assert_panic!(Float::one_prec(1).add_prec_round_ref_ref(&Float::two_prec(1), 1, Exact));
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 7499 -     assert_panic!(Float::one_prec(1).add_prec_round_ref_ref(&Float::two_prec(1), 1, Exact));
[INFO] [stdout] 7499 +     assert_ne!(Float::one_prec(1).add_prec_round_ref_ref(&Float::two_prec(1), 1, Exact));
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/add.rs:7500:5
[INFO] [stdout]      |
[INFO] [stdout] 7500 |     assert_panic!({
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 7500 -     assert_panic!({
[INFO] [stdout] 7500 +     assert_ne!({
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/add.rs:7504:5
[INFO] [stdout]      |
[INFO] [stdout] 7504 |     assert_panic!({
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 7504 -     assert_panic!({
[INFO] [stdout] 7504 +     assert_ne!({
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/add.rs:7879:5
[INFO] [stdout]      |
[INFO] [stdout] 7879 |     assert_panic!(Float::NAN.add_rational_prec(Rational::ZERO, 0));
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 7879 -     assert_panic!(Float::NAN.add_rational_prec(Rational::ZERO, 0));
[INFO] [stdout] 7879 +     assert_ne!(Float::NAN.add_rational_prec(Rational::ZERO, 0));
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/add.rs:7880:5
[INFO] [stdout]      |
[INFO] [stdout] 7880 |     assert_panic!(Float::NAN.add_rational_prec_val_ref(&Rational::ZERO, 0));
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 7880 -     assert_panic!(Float::NAN.add_rational_prec_val_ref(&Rational::ZERO, 0));
[INFO] [stdout] 7880 +     assert_ne!(Float::NAN.add_rational_prec_val_ref(&Rational::ZERO, 0));
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/add.rs:7881:5
[INFO] [stdout]      |
[INFO] [stdout] 7881 |     assert_panic!(Float::NAN.add_rational_prec_ref_val(Rational::ZERO, 0));
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 7881 -     assert_panic!(Float::NAN.add_rational_prec_ref_val(Rational::ZERO, 0));
[INFO] [stdout] 7881 +     assert_ne!(Float::NAN.add_rational_prec_ref_val(Rational::ZERO, 0));
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/add.rs:7882:5
[INFO] [stdout]      |
[INFO] [stdout] 7882 |     assert_panic!(Float::NAN.add_rational_prec_ref_ref(&Rational::ZERO, 0));
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 7882 -     assert_panic!(Float::NAN.add_rational_prec_ref_ref(&Rational::ZERO, 0));
[INFO] [stdout] 7882 +     assert_ne!(Float::NAN.add_rational_prec_ref_ref(&Rational::ZERO, 0));
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/add.rs:7883:5
[INFO] [stdout]      |
[INFO] [stdout] 7883 |     assert_panic!({
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 7883 -     assert_panic!({
[INFO] [stdout] 7883 +     assert_ne!({
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/add.rs:7887:5
[INFO] [stdout]      |
[INFO] [stdout] 7887 |     assert_panic!({
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 7887 -     assert_panic!({
[INFO] [stdout] 7887 +     assert_ne!({
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/add.rs:8712:5
[INFO] [stdout]      |
[INFO] [stdout] 8712 |     assert_panic!(Float::one_prec(1).add_rational_round(Rational::from_unsigneds(1u32, 3), Exact));
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 8712 -     assert_panic!(Float::one_prec(1).add_rational_round(Rational::from_unsigneds(1u32, 3), Exact));
[INFO] [stdout] 8712 +     assert_ne!(Float::one_prec(1).add_rational_round(Rational::from_unsigneds(1u32, 3), Exact));
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/add.rs:8713:5
[INFO] [stdout]      |
[INFO] [stdout] 8713 |     assert_panic!(
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 8713 -     assert_panic!(
[INFO] [stdout] 8713 +     assert_ne!(
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/add.rs:8716:5
[INFO] [stdout]      |
[INFO] [stdout] 8716 |     assert_panic!(
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 8716 -     assert_panic!(
[INFO] [stdout] 8716 +     assert_ne!(
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/add.rs:8719:5
[INFO] [stdout]      |
[INFO] [stdout] 8719 |     assert_panic!(
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 8719 -     assert_panic!(
[INFO] [stdout] 8719 +     assert_ne!(
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/add.rs:8722:5
[INFO] [stdout]      |
[INFO] [stdout] 8722 |     assert_panic!({
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 8722 -     assert_panic!({
[INFO] [stdout] 8722 +     assert_ne!({
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/add.rs:8726:5
[INFO] [stdout]      |
[INFO] [stdout] 8726 |     assert_panic!({
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 8726 -     assert_panic!({
[INFO] [stdout] 8726 +     assert_ne!({
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/add.rs:9361:5
[INFO] [stdout]      |
[INFO] [stdout] 9361 |     assert_panic!(Float::one_prec(1).add_rational_prec_round(
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 9361 -     assert_panic!(Float::one_prec(1).add_rational_prec_round(
[INFO] [stdout] 9361 +     assert_ne!(Float::one_prec(1).add_rational_prec_round(
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/add.rs:9366:5
[INFO] [stdout]      |
[INFO] [stdout] 9366 |     assert_panic!(Float::one_prec(1).add_rational_prec_round_val_ref(
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 9366 -     assert_panic!(Float::one_prec(1).add_rational_prec_round_val_ref(
[INFO] [stdout] 9366 +     assert_ne!(Float::one_prec(1).add_rational_prec_round_val_ref(
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/add.rs:9371:5
[INFO] [stdout]      |
[INFO] [stdout] 9371 |     assert_panic!(Float::one_prec(1).add_rational_prec_round_ref_val(
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 9371 -     assert_panic!(Float::one_prec(1).add_rational_prec_round_ref_val(
[INFO] [stdout] 9371 +     assert_ne!(Float::one_prec(1).add_rational_prec_round_ref_val(
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/add.rs:9376:5
[INFO] [stdout]      |
[INFO] [stdout] 9376 |     assert_panic!(Float::one_prec(1).add_rational_prec_round_ref_ref(
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 9376 -     assert_panic!(Float::one_prec(1).add_rational_prec_round_ref_ref(
[INFO] [stdout] 9376 +     assert_ne!(Float::one_prec(1).add_rational_prec_round_ref_ref(
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/add.rs:9381:5
[INFO] [stdout]      |
[INFO] [stdout] 9381 |     assert_panic!({
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 9381 -     assert_panic!({
[INFO] [stdout] 9381 +     assert_ne!({
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/add.rs:9385:5
[INFO] [stdout]      |
[INFO] [stdout] 9385 |     assert_panic!({
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 9385 -     assert_panic!({
[INFO] [stdout] 9385 +     assert_ne!({
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/add.rs:9535:9
[INFO] [stdout]      |
[INFO] [stdout] 9535 |         assert_panic!(x.add_prec_round_ref_ref(&y, prec, Exact));
[INFO] [stdout]      |         ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 9535 -         assert_panic!(x.add_prec_round_ref_ref(&y, prec, Exact));
[INFO] [stdout] 9535 +         assert_ne!(x.add_prec_round_ref_ref(&y, prec, Exact));
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/add.rs:9926:9
[INFO] [stdout]      |
[INFO] [stdout] 9926 |         assert_panic!(x.add_round_ref_ref(&y, Exact));
[INFO] [stdout]      |         ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 9926 -         assert_panic!(x.add_round_ref_ref(&y, Exact));
[INFO] [stdout] 9926 +         assert_ne!(x.add_round_ref_ref(&y, Exact));
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]      --> tests/arithmetic/add.rs:10324:9
[INFO] [stdout]       |
[INFO] [stdout] 10324 |         assert_panic!(x.add_rational_prec_round_ref_ref(&y, prec, Exact));
[INFO] [stdout]       |         ^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]      --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]       |
[INFO] [stdout]       = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]       |
[INFO] [stdout] 10324 -         assert_panic!(x.add_rational_prec_round_ref_ref(&y, prec, Exact));
[INFO] [stdout] 10324 +         assert_ne!(x.add_rational_prec_round_ref_ref(&y, prec, Exact));
[INFO] [stdout]       |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]      --> tests/arithmetic/add.rs:10651:9
[INFO] [stdout]       |
[INFO] [stdout] 10651 |         assert_panic!(x.add_rational_round_ref_ref(&y, Exact));
[INFO] [stdout]       |         ^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]      --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]       |
[INFO] [stdout]       = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]       |
[INFO] [stdout] 10651 -         assert_panic!(x.add_rational_round_ref_ref(&y, Exact));
[INFO] [stdout] 10651 +         assert_ne!(x.add_rational_round_ref_ref(&y, Exact));
[INFO] [stdout]       |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]    --> tests/arithmetic/agm.rs:801:5
[INFO] [stdout]     |
[INFO] [stdout] 801 |     assert_panic!(Float::NAN.agm_prec(Float::NAN, 0));
[INFO] [stdout]     |     ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 801 -     assert_panic!(Float::NAN.agm_prec(Float::NAN, 0));
[INFO] [stdout] 801 +     assert_ne!(Float::NAN.agm_prec(Float::NAN, 0));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]    --> tests/arithmetic/agm.rs:802:5
[INFO] [stdout]     |
[INFO] [stdout] 802 |     assert_panic!(Float::NAN.agm_prec_val_ref(&Float::NAN, 0));
[INFO] [stdout]     |     ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 802 -     assert_panic!(Float::NAN.agm_prec_val_ref(&Float::NAN, 0));
[INFO] [stdout] 802 +     assert_ne!(Float::NAN.agm_prec_val_ref(&Float::NAN, 0));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]    --> tests/arithmetic/agm.rs:803:5
[INFO] [stdout]     |
[INFO] [stdout] 803 |     assert_panic!(Float::NAN.agm_prec_ref_val(Float::NAN, 0));
[INFO] [stdout]     |     ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 803 -     assert_panic!(Float::NAN.agm_prec_ref_val(Float::NAN, 0));
[INFO] [stdout] 803 +     assert_ne!(Float::NAN.agm_prec_ref_val(Float::NAN, 0));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]    --> tests/arithmetic/agm.rs:804:5
[INFO] [stdout]     |
[INFO] [stdout] 804 |     assert_panic!(Float::NAN.agm_prec_ref_ref(&Float::NAN, 0));
[INFO] [stdout]     |     ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 804 -     assert_panic!(Float::NAN.agm_prec_ref_ref(&Float::NAN, 0));
[INFO] [stdout] 804 +     assert_ne!(Float::NAN.agm_prec_ref_ref(&Float::NAN, 0));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]    --> tests/arithmetic/agm.rs:805:5
[INFO] [stdout]     |
[INFO] [stdout] 805 |     assert_panic!({
[INFO] [stdout]     |     ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 805 -     assert_panic!({
[INFO] [stdout] 805 +     assert_ne!({
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]    --> tests/arithmetic/agm.rs:809:5
[INFO] [stdout]     |
[INFO] [stdout] 809 |     assert_panic!({
[INFO] [stdout]     |     ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 809 -     assert_panic!({
[INFO] [stdout] 809 +     assert_ne!({
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/agm.rs:2319:5
[INFO] [stdout]      |
[INFO] [stdout] 2319 |     assert_panic!(Float::one_prec(1).agm_round(Float::two_prec(1), Exact));
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 2319 -     assert_panic!(Float::one_prec(1).agm_round(Float::two_prec(1), Exact));
[INFO] [stdout] 2319 +     assert_ne!(Float::one_prec(1).agm_round(Float::two_prec(1), Exact));
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/agm.rs:2320:5
[INFO] [stdout]      |
[INFO] [stdout] 2320 |     assert_panic!(Float::one_prec(1).agm_round_val_ref(&Float::two_prec(1), Exact));
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 2320 -     assert_panic!(Float::one_prec(1).agm_round_val_ref(&Float::two_prec(1), Exact));
[INFO] [stdout] 2320 +     assert_ne!(Float::one_prec(1).agm_round_val_ref(&Float::two_prec(1), Exact));
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/agm.rs:2321:5
[INFO] [stdout]      |
[INFO] [stdout] 2321 |     assert_panic!(Float::one_prec(1).agm_round_ref_val(Float::two_prec(1), Exact));
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 2321 -     assert_panic!(Float::one_prec(1).agm_round_ref_val(Float::two_prec(1), Exact));
[INFO] [stdout] 2321 +     assert_ne!(Float::one_prec(1).agm_round_ref_val(Float::two_prec(1), Exact));
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/agm.rs:2322:5
[INFO] [stdout]      |
[INFO] [stdout] 2322 |     assert_panic!(Float::one_prec(1).agm_round_ref_ref(&Float::two_prec(1), Exact));
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 2322 -     assert_panic!(Float::one_prec(1).agm_round_ref_ref(&Float::two_prec(1), Exact));
[INFO] [stdout] 2322 +     assert_ne!(Float::one_prec(1).agm_round_ref_ref(&Float::two_prec(1), Exact));
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/agm.rs:4174:5
[INFO] [stdout]      |
[INFO] [stdout] 4174 |     assert_panic!(Float::one_prec(1).agm_prec_round(Float::two_prec(1), 0, Floor));
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 4174 -     assert_panic!(Float::one_prec(1).agm_prec_round(Float::two_prec(1), 0, Floor));
[INFO] [stdout] 4174 +     assert_ne!(Float::one_prec(1).agm_prec_round(Float::two_prec(1), 0, Floor));
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/agm.rs:4175:5
[INFO] [stdout]      |
[INFO] [stdout] 4175 |     assert_panic!(Float::one_prec(1).agm_prec_round_val_ref(&Float::two_prec(1), 0, Floor));
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 4175 -     assert_panic!(Float::one_prec(1).agm_prec_round_val_ref(&Float::two_prec(1), 0, Floor));
[INFO] [stdout] 4175 +     assert_ne!(Float::one_prec(1).agm_prec_round_val_ref(&Float::two_prec(1), 0, Floor));
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/agm.rs:4176:5
[INFO] [stdout]      |
[INFO] [stdout] 4176 |     assert_panic!(Float::one_prec(1).agm_prec_round_ref_val(Float::two_prec(1), 0, Floor));
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 4176 -     assert_panic!(Float::one_prec(1).agm_prec_round_ref_val(Float::two_prec(1), 0, Floor));
[INFO] [stdout] 4176 +     assert_ne!(Float::one_prec(1).agm_prec_round_ref_val(Float::two_prec(1), 0, Floor));
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/agm.rs:4177:5
[INFO] [stdout]      |
[INFO] [stdout] 4177 |     assert_panic!(Float::one_prec(1).agm_prec_round_ref_ref(&Float::two_prec(1), 0, Floor));
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 4177 -     assert_panic!(Float::one_prec(1).agm_prec_round_ref_ref(&Float::two_prec(1), 0, Floor));
[INFO] [stdout] 4177 +     assert_ne!(Float::one_prec(1).agm_prec_round_ref_ref(&Float::two_prec(1), 0, Floor));
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/agm.rs:4178:5
[INFO] [stdout]      |
[INFO] [stdout] 4178 |     assert_panic!({
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 4178 -     assert_panic!({
[INFO] [stdout] 4178 +     assert_ne!({
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/agm.rs:4182:5
[INFO] [stdout]      |
[INFO] [stdout] 4182 |     assert_panic!({
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 4182 -     assert_panic!({
[INFO] [stdout] 4182 +     assert_ne!({
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/agm.rs:4187:5
[INFO] [stdout]      |
[INFO] [stdout] 4187 |     assert_panic!(Float::one_prec(1).agm_prec_round(Float::two_prec(1), 1, Exact));
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 4187 -     assert_panic!(Float::one_prec(1).agm_prec_round(Float::two_prec(1), 1, Exact));
[INFO] [stdout] 4187 +     assert_ne!(Float::one_prec(1).agm_prec_round(Float::two_prec(1), 1, Exact));
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/agm.rs:4188:5
[INFO] [stdout]      |
[INFO] [stdout] 4188 |     assert_panic!(Float::one_prec(1).agm_prec_round_val_ref(&Float::two_prec(1), 1, Exact));
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 4188 -     assert_panic!(Float::one_prec(1).agm_prec_round_val_ref(&Float::two_prec(1), 1, Exact));
[INFO] [stdout] 4188 +     assert_ne!(Float::one_prec(1).agm_prec_round_val_ref(&Float::two_prec(1), 1, Exact));
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/agm.rs:4189:5
[INFO] [stdout]      |
[INFO] [stdout] 4189 |     assert_panic!(Float::one_prec(1).agm_prec_round_ref_val(Float::two_prec(1), 1, Exact));
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 4189 -     assert_panic!(Float::one_prec(1).agm_prec_round_ref_val(Float::two_prec(1), 1, Exact));
[INFO] [stdout] 4189 +     assert_ne!(Float::one_prec(1).agm_prec_round_ref_val(Float::two_prec(1), 1, Exact));
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/agm.rs:4190:5
[INFO] [stdout]      |
[INFO] [stdout] 4190 |     assert_panic!(Float::one_prec(1).agm_prec_round_ref_ref(&Float::two_prec(1), 1, Exact));
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 4190 -     assert_panic!(Float::one_prec(1).agm_prec_round_ref_ref(&Float::two_prec(1), 1, Exact));
[INFO] [stdout] 4190 +     assert_ne!(Float::one_prec(1).agm_prec_round_ref_ref(&Float::two_prec(1), 1, Exact));
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/agm.rs:4191:5
[INFO] [stdout]      |
[INFO] [stdout] 4191 |     assert_panic!({
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 4191 -     assert_panic!({
[INFO] [stdout] 4191 +     assert_ne!({
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/agm.rs:4195:5
[INFO] [stdout]      |
[INFO] [stdout] 4195 |     assert_panic!({
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 4195 -     assert_panic!({
[INFO] [stdout] 4195 +     assert_ne!({
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/agm.rs:4562:5
[INFO] [stdout]      |
[INFO] [stdout] 4562 |     assert_panic!(Float::agm_rational_prec(Rational::ONE, Rational::ONE, 0));
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 4562 -     assert_panic!(Float::agm_rational_prec(Rational::ONE, Rational::ONE, 0));
[INFO] [stdout] 4562 +     assert_ne!(Float::agm_rational_prec(Rational::ONE, Rational::ONE, 0));
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/agm.rs:4563:5
[INFO] [stdout]      |
[INFO] [stdout] 4563 |     assert_panic!(Float::agm_rational_prec_val_ref(
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 4563 -     assert_panic!(Float::agm_rational_prec_val_ref(
[INFO] [stdout] 4563 +     assert_ne!(Float::agm_rational_prec_val_ref(
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/agm.rs:4568:5
[INFO] [stdout]      |
[INFO] [stdout] 4568 |     assert_panic!(Float::agm_rational_prec_ref_val(
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 4568 -     assert_panic!(Float::agm_rational_prec_ref_val(
[INFO] [stdout] 4568 +     assert_ne!(Float::agm_rational_prec_ref_val(
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/agm.rs:4573:5
[INFO] [stdout]      |
[INFO] [stdout] 4573 |     assert_panic!(Float::agm_rational_prec_ref_ref(
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 4573 -     assert_panic!(Float::agm_rational_prec_ref_ref(
[INFO] [stdout] 4573 +     assert_ne!(Float::agm_rational_prec_ref_ref(
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/agm.rs:4987:5
[INFO] [stdout]      |
[INFO] [stdout] 4987 |     assert_panic!(Float::agm_rational_prec_round(
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 4987 -     assert_panic!(Float::agm_rational_prec_round(
[INFO] [stdout] 4987 +     assert_ne!(Float::agm_rational_prec_round(
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/agm.rs:4993:5
[INFO] [stdout]      |
[INFO] [stdout] 4993 |     assert_panic!(Float::agm_rational_prec_round_val_ref(
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 4993 -     assert_panic!(Float::agm_rational_prec_round_val_ref(
[INFO] [stdout] 4993 +     assert_ne!(Float::agm_rational_prec_round_val_ref(
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/agm.rs:4999:5
[INFO] [stdout]      |
[INFO] [stdout] 4999 |     assert_panic!(Float::agm_rational_prec_round_ref_val(
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 4999 -     assert_panic!(Float::agm_rational_prec_round_ref_val(
[INFO] [stdout] 4999 +     assert_ne!(Float::agm_rational_prec_round_ref_val(
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/agm.rs:5005:5
[INFO] [stdout]      |
[INFO] [stdout] 5005 |     assert_panic!(Float::agm_rational_prec_round_ref_ref(
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 5005 -     assert_panic!(Float::agm_rational_prec_round_ref_ref(
[INFO] [stdout] 5005 +     assert_ne!(Float::agm_rational_prec_round_ref_ref(
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/agm.rs:5162:9
[INFO] [stdout]      |
[INFO] [stdout] 5162 |         assert_panic!(x.agm_prec_round_ref_ref(&y, prec, Exact));
[INFO] [stdout]      |         ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 5162 -         assert_panic!(x.agm_prec_round_ref_ref(&y, prec, Exact));
[INFO] [stdout] 5162 +         assert_ne!(x.agm_prec_round_ref_ref(&y, prec, Exact));
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/agm.rs:5475:9
[INFO] [stdout]      |
[INFO] [stdout] 5475 |         assert_panic!(x.agm_round_ref_ref(&y, Exact));
[INFO] [stdout]      |         ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 5475 -         assert_panic!(x.agm_round_ref_ref(&y, Exact));
[INFO] [stdout] 5475 +         assert_ne!(x.agm_round_ref_ref(&y, Exact));
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/agm.rs:5722:17
[INFO] [stdout]      |
[INFO] [stdout] 5722 |                 assert_panic!(Float::agm_rational_prec_round_ref_ref(&x, &y, prec, Exact));
[INFO] [stdout]      |                 ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 5722 -                 assert_panic!(Float::agm_rational_prec_round_ref_ref(&x, &y, prec, Exact));
[INFO] [stdout] 5722 +                 assert_ne!(Float::agm_rational_prec_round_ref_ref(&x, &y, prec, Exact));
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/div.rs:2784:5
[INFO] [stdout]      |
[INFO] [stdout] 2784 |     assert_panic!(Float::NAN.div_prec(Float::NAN, 0));
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 2784 -     assert_panic!(Float::NAN.div_prec(Float::NAN, 0));
[INFO] [stdout] 2784 +     assert_ne!(Float::NAN.div_prec(Float::NAN, 0));
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/div.rs:2785:5
[INFO] [stdout]      |
[INFO] [stdout] 2785 |     assert_panic!(Float::NAN.div_prec_val_ref(&Float::NAN, 0));
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 2785 -     assert_panic!(Float::NAN.div_prec_val_ref(&Float::NAN, 0));
[INFO] [stdout] 2785 +     assert_ne!(Float::NAN.div_prec_val_ref(&Float::NAN, 0));
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/div.rs:2786:5
[INFO] [stdout]      |
[INFO] [stdout] 2786 |     assert_panic!(Float::NAN.div_prec_ref_val(Float::NAN, 0));
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 2786 -     assert_panic!(Float::NAN.div_prec_ref_val(Float::NAN, 0));
[INFO] [stdout] 2786 +     assert_ne!(Float::NAN.div_prec_ref_val(Float::NAN, 0));
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/div.rs:2787:5
[INFO] [stdout]      |
[INFO] [stdout] 2787 |     assert_panic!(Float::NAN.div_prec_ref_ref(&Float::NAN, 0));
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 2787 -     assert_panic!(Float::NAN.div_prec_ref_ref(&Float::NAN, 0));
[INFO] [stdout] 2787 +     assert_ne!(Float::NAN.div_prec_ref_ref(&Float::NAN, 0));
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/div.rs:2788:5
[INFO] [stdout]      |
[INFO] [stdout] 2788 |     assert_panic!({
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 2788 -     assert_panic!({
[INFO] [stdout] 2788 +     assert_ne!({
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/div.rs:2792:5
[INFO] [stdout]      |
[INFO] [stdout] 2792 |     assert_panic!({
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 2792 -     assert_panic!({
[INFO] [stdout] 2792 +     assert_ne!({
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/div.rs:6042:5
[INFO] [stdout]      |
[INFO] [stdout] 6042 |     assert_panic!(Float::ONE.div_round(THREE, Exact));
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 6042 -     assert_panic!(Float::ONE.div_round(THREE, Exact));
[INFO] [stdout] 6042 +     assert_ne!(Float::ONE.div_round(THREE, Exact));
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/div.rs:6043:5
[INFO] [stdout]      |
[INFO] [stdout] 6043 |     assert_panic!(Float::ONE.div_round_val_ref(&THREE, Exact));
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 6043 -     assert_panic!(Float::ONE.div_round_val_ref(&THREE, Exact));
[INFO] [stdout] 6043 +     assert_ne!(Float::ONE.div_round_val_ref(&THREE, Exact));
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/div.rs:6044:5
[INFO] [stdout]      |
[INFO] [stdout] 6044 |     assert_panic!(Float::ONE.div_round_ref_val(THREE, Exact));
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 6044 -     assert_panic!(Float::ONE.div_round_ref_val(THREE, Exact));
[INFO] [stdout] 6044 +     assert_ne!(Float::ONE.div_round_ref_val(THREE, Exact));
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/div.rs:6045:5
[INFO] [stdout]      |
[INFO] [stdout] 6045 |     assert_panic!(Float::ONE.div_round_ref_ref(&THREE, Exact));
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 6045 -     assert_panic!(Float::ONE.div_round_ref_ref(&THREE, Exact));
[INFO] [stdout] 6045 +     assert_ne!(Float::ONE.div_round_ref_ref(&THREE, Exact));
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/div.rs:6047:5
[INFO] [stdout]      |
[INFO] [stdout] 6047 |     assert_panic!({
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 6047 -     assert_panic!({
[INFO] [stdout] 6047 +     assert_ne!({
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/div.rs:6051:5
[INFO] [stdout]      |
[INFO] [stdout] 6051 |     assert_panic!({
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 6051 -     assert_panic!({
[INFO] [stdout] 6051 +     assert_ne!({
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/div.rs:8878:5
[INFO] [stdout]      |
[INFO] [stdout] 8878 |     assert_panic!(Float::one_prec(1).div_prec_round(Float::two_prec(1), 0, Floor));
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 8878 -     assert_panic!(Float::one_prec(1).div_prec_round(Float::two_prec(1), 0, Floor));
[INFO] [stdout] 8878 +     assert_ne!(Float::one_prec(1).div_prec_round(Float::two_prec(1), 0, Floor));
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/div.rs:8879:5
[INFO] [stdout]      |
[INFO] [stdout] 8879 |     assert_panic!(Float::one_prec(1).div_prec_round_val_ref(&Float::two_prec(1), 0, Floor));
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 8879 -     assert_panic!(Float::one_prec(1).div_prec_round_val_ref(&Float::two_prec(1), 0, Floor));
[INFO] [stdout] 8879 +     assert_ne!(Float::one_prec(1).div_prec_round_val_ref(&Float::two_prec(1), 0, Floor));
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/div.rs:8880:5
[INFO] [stdout]      |
[INFO] [stdout] 8880 |     assert_panic!(Float::one_prec(1).div_prec_round_ref_val(Float::two_prec(1), 0, Floor));
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 8880 -     assert_panic!(Float::one_prec(1).div_prec_round_ref_val(Float::two_prec(1), 0, Floor));
[INFO] [stdout] 8880 +     assert_ne!(Float::one_prec(1).div_prec_round_ref_val(Float::two_prec(1), 0, Floor));
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/div.rs:8881:5
[INFO] [stdout]      |
[INFO] [stdout] 8881 |     assert_panic!(Float::one_prec(1).div_prec_round_ref_ref(&Float::two_prec(1), 0, Floor));
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 8881 -     assert_panic!(Float::one_prec(1).div_prec_round_ref_ref(&Float::two_prec(1), 0, Floor));
[INFO] [stdout] 8881 +     assert_ne!(Float::one_prec(1).div_prec_round_ref_ref(&Float::two_prec(1), 0, Floor));
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/div.rs:8882:5
[INFO] [stdout]      |
[INFO] [stdout] 8882 |     assert_panic!({
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 8882 -     assert_panic!({
[INFO] [stdout] 8882 +     assert_ne!({
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/div.rs:8886:5
[INFO] [stdout]      |
[INFO] [stdout] 8886 |     assert_panic!({
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 8886 -     assert_panic!({
[INFO] [stdout] 8886 +     assert_ne!({
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/div.rs:8891:5
[INFO] [stdout]      |
[INFO] [stdout] 8891 |     assert_panic!(Float::ONE.div_prec_round(THREE, 1, Exact));
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 8891 -     assert_panic!(Float::ONE.div_prec_round(THREE, 1, Exact));
[INFO] [stdout] 8891 +     assert_ne!(Float::ONE.div_prec_round(THREE, 1, Exact));
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/div.rs:8892:5
[INFO] [stdout]      |
[INFO] [stdout] 8892 |     assert_panic!(Float::ONE.div_prec_round_val_ref(&THREE, 1, Exact));
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 8892 -     assert_panic!(Float::ONE.div_prec_round_val_ref(&THREE, 1, Exact));
[INFO] [stdout] 8892 +     assert_ne!(Float::ONE.div_prec_round_val_ref(&THREE, 1, Exact));
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/div.rs:8893:5
[INFO] [stdout]      |
[INFO] [stdout] 8893 |     assert_panic!(Float::ONE.div_prec_round_ref_val(THREE, 1, Exact));
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 8893 -     assert_panic!(Float::ONE.div_prec_round_ref_val(THREE, 1, Exact));
[INFO] [stdout] 8893 +     assert_ne!(Float::ONE.div_prec_round_ref_val(THREE, 1, Exact));
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/div.rs:8894:5
[INFO] [stdout]      |
[INFO] [stdout] 8894 |     assert_panic!(Float::ONE.div_prec_round_ref_ref(&THREE, 1, Exact));
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 8894 -     assert_panic!(Float::ONE.div_prec_round_ref_ref(&THREE, 1, Exact));
[INFO] [stdout] 8894 +     assert_ne!(Float::ONE.div_prec_round_ref_ref(&THREE, 1, Exact));
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/div.rs:8895:5
[INFO] [stdout]      |
[INFO] [stdout] 8895 |     assert_panic!({
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 8895 -     assert_panic!({
[INFO] [stdout] 8895 +     assert_ne!({
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/div.rs:8899:5
[INFO] [stdout]      |
[INFO] [stdout] 8899 |     assert_panic!({
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 8899 -     assert_panic!({
[INFO] [stdout] 8899 +     assert_ne!({
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/div.rs:9318:5
[INFO] [stdout]      |
[INFO] [stdout] 9318 |     assert_panic!(Float::NAN.div_rational_prec(Rational::ZERO, 0));
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 9318 -     assert_panic!(Float::NAN.div_rational_prec(Rational::ZERO, 0));
[INFO] [stdout] 9318 +     assert_ne!(Float::NAN.div_rational_prec(Rational::ZERO, 0));
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/div.rs:9319:5
[INFO] [stdout]      |
[INFO] [stdout] 9319 |     assert_panic!(Float::NAN.div_rational_prec_val_ref(&Rational::ZERO, 0));
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 9319 -     assert_panic!(Float::NAN.div_rational_prec_val_ref(&Rational::ZERO, 0));
[INFO] [stdout] 9319 +     assert_ne!(Float::NAN.div_rational_prec_val_ref(&Rational::ZERO, 0));
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/div.rs:9320:5
[INFO] [stdout]      |
[INFO] [stdout] 9320 |     assert_panic!(Float::NAN.div_rational_prec_ref_val(Rational::ZERO, 0));
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 9320 -     assert_panic!(Float::NAN.div_rational_prec_ref_val(Rational::ZERO, 0));
[INFO] [stdout] 9320 +     assert_ne!(Float::NAN.div_rational_prec_ref_val(Rational::ZERO, 0));
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/div.rs:9321:5
[INFO] [stdout]      |
[INFO] [stdout] 9321 |     assert_panic!(Float::NAN.div_rational_prec_ref_ref(&Rational::ZERO, 0));
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 9321 -     assert_panic!(Float::NAN.div_rational_prec_ref_ref(&Rational::ZERO, 0));
[INFO] [stdout] 9321 +     assert_ne!(Float::NAN.div_rational_prec_ref_ref(&Rational::ZERO, 0));
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/div.rs:9322:5
[INFO] [stdout]      |
[INFO] [stdout] 9322 |     assert_panic!({
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 9322 -     assert_panic!({
[INFO] [stdout] 9322 +     assert_ne!({
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/div.rs:9326:5
[INFO] [stdout]      |
[INFO] [stdout] 9326 |     assert_panic!({
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 9326 -     assert_panic!({
[INFO] [stdout] 9326 +     assert_ne!({
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]      --> tests/arithmetic/div.rs:10092:5
[INFO] [stdout]       |
[INFO] [stdout] 10092 |     assert_panic!(Float::ONE.div_rational_round(THREE, Exact));
[INFO] [stdout]       |     ^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]      --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]       |
[INFO] [stdout]       = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]       |
[INFO] [stdout] 10092 -     assert_panic!(Float::ONE.div_rational_round(THREE, Exact));
[INFO] [stdout] 10092 +     assert_ne!(Float::ONE.div_rational_round(THREE, Exact));
[INFO] [stdout]       |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]      --> tests/arithmetic/div.rs:10093:5
[INFO] [stdout]       |
[INFO] [stdout] 10093 |     assert_panic!(Float::ONE.div_rational_round_val_ref(&THREE, Exact));
[INFO] [stdout]       |     ^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]      --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]       |
[INFO] [stdout]       = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]       |
[INFO] [stdout] 10093 -     assert_panic!(Float::ONE.div_rational_round_val_ref(&THREE, Exact));
[INFO] [stdout] 10093 +     assert_ne!(Float::ONE.div_rational_round_val_ref(&THREE, Exact));
[INFO] [stdout]       |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]      --> tests/arithmetic/div.rs:10094:5
[INFO] [stdout]       |
[INFO] [stdout] 10094 |     assert_panic!(Float::ONE.div_rational_round_ref_val(THREE, Exact));
[INFO] [stdout]       |     ^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]      --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]       |
[INFO] [stdout]       = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]       |
[INFO] [stdout] 10094 -     assert_panic!(Float::ONE.div_rational_round_ref_val(THREE, Exact));
[INFO] [stdout] 10094 +     assert_ne!(Float::ONE.div_rational_round_ref_val(THREE, Exact));
[INFO] [stdout]       |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]      --> tests/arithmetic/div.rs:10095:5
[INFO] [stdout]       |
[INFO] [stdout] 10095 |     assert_panic!(Float::ONE.div_rational_round_ref_ref(&THREE, Exact));
[INFO] [stdout]       |     ^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]      --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]       |
[INFO] [stdout]       = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]       |
[INFO] [stdout] 10095 -     assert_panic!(Float::ONE.div_rational_round_ref_ref(&THREE, Exact));
[INFO] [stdout] 10095 +     assert_ne!(Float::ONE.div_rational_round_ref_ref(&THREE, Exact));
[INFO] [stdout]       |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]      --> tests/arithmetic/div.rs:10096:5
[INFO] [stdout]       |
[INFO] [stdout] 10096 |     assert_panic!({
[INFO] [stdout]       |     ^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]      --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]       |
[INFO] [stdout]       = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]       |
[INFO] [stdout] 10096 -     assert_panic!({
[INFO] [stdout] 10096 +     assert_ne!({
[INFO] [stdout]       |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]      --> tests/arithmetic/div.rs:10100:5
[INFO] [stdout]       |
[INFO] [stdout] 10100 |     assert_panic!({
[INFO] [stdout]       |     ^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]      --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]       |
[INFO] [stdout]       = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]       |
[INFO] [stdout] 10100 -     assert_panic!({
[INFO] [stdout] 10100 +     assert_ne!({
[INFO] [stdout]       |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]      --> tests/arithmetic/div.rs:11208:5
[INFO] [stdout]       |
[INFO] [stdout] 11208 |     assert_panic!(Float::one_prec(1).div_rational_prec_round(Rational::ONE, 0, Exact));
[INFO] [stdout]       |     ^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]      --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]       |
[INFO] [stdout]       = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]       |
[INFO] [stdout] 11208 -     assert_panic!(Float::one_prec(1).div_rational_prec_round(Rational::ONE, 0, Exact));
[INFO] [stdout] 11208 +     assert_ne!(Float::one_prec(1).div_rational_prec_round(Rational::ONE, 0, Exact));
[INFO] [stdout]       |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]      --> tests/arithmetic/div.rs:11209:5
[INFO] [stdout]       |
[INFO] [stdout] 11209 |     assert_panic!(Float::one_prec(1).div_rational_prec_round(
[INFO] [stdout]       |     ^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]      --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]       |
[INFO] [stdout]       = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]       |
[INFO] [stdout] 11209 -     assert_panic!(Float::one_prec(1).div_rational_prec_round(
[INFO] [stdout] 11209 +     assert_ne!(Float::one_prec(1).div_rational_prec_round(
[INFO] [stdout]       |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]      --> tests/arithmetic/div.rs:11214:5
[INFO] [stdout]       |
[INFO] [stdout] 11214 |     assert_panic!(Float::one_prec(1).div_rational_prec_round_val_ref(
[INFO] [stdout]       |     ^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]      --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]       |
[INFO] [stdout]       = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]       |
[INFO] [stdout] 11214 -     assert_panic!(Float::one_prec(1).div_rational_prec_round_val_ref(
[INFO] [stdout] 11214 +     assert_ne!(Float::one_prec(1).div_rational_prec_round_val_ref(
[INFO] [stdout]       |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]      --> tests/arithmetic/div.rs:11219:5
[INFO] [stdout]       |
[INFO] [stdout] 11219 |     assert_panic!(Float::one_prec(1).div_rational_prec_round_ref_val(
[INFO] [stdout]       |     ^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]      --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]       |
[INFO] [stdout]       = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]       |
[INFO] [stdout] 11219 -     assert_panic!(Float::one_prec(1).div_rational_prec_round_ref_val(
[INFO] [stdout] 11219 +     assert_ne!(Float::one_prec(1).div_rational_prec_round_ref_val(
[INFO] [stdout]       |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]      --> tests/arithmetic/div.rs:11224:5
[INFO] [stdout]       |
[INFO] [stdout] 11224 |     assert_panic!(Float::one_prec(1).div_rational_prec_round_ref_ref(
[INFO] [stdout]       |     ^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]      --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]       |
[INFO] [stdout]       = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]       |
[INFO] [stdout] 11224 -     assert_panic!(Float::one_prec(1).div_rational_prec_round_ref_ref(
[INFO] [stdout] 11224 +     assert_ne!(Float::one_prec(1).div_rational_prec_round_ref_ref(
[INFO] [stdout]       |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]      --> tests/arithmetic/div.rs:11229:5
[INFO] [stdout]       |
[INFO] [stdout] 11229 |     assert_panic!({
[INFO] [stdout]       |     ^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]      --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]       |
[INFO] [stdout]       = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]       |
[INFO] [stdout] 11229 -     assert_panic!({
[INFO] [stdout] 11229 +     assert_ne!({
[INFO] [stdout]       |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]      --> tests/arithmetic/div.rs:11233:5
[INFO] [stdout]       |
[INFO] [stdout] 11233 |     assert_panic!({
[INFO] [stdout]       |     ^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]      --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]       |
[INFO] [stdout]       = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]       |
[INFO] [stdout] 11233 -     assert_panic!({
[INFO] [stdout] 11233 +     assert_ne!({
[INFO] [stdout]       |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]      --> tests/arithmetic/div.rs:11566:5
[INFO] [stdout]       |
[INFO] [stdout] 11566 |     assert_panic!(Float::rational_div_float_prec(
[INFO] [stdout]       |     ^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]      --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]       |
[INFO] [stdout]       = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]       |
[INFO] [stdout] 11566 -     assert_panic!(Float::rational_div_float_prec(
[INFO] [stdout] 11566 +     assert_ne!(Float::rational_div_float_prec(
[INFO] [stdout]       |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]      --> tests/arithmetic/div.rs:11571:5
[INFO] [stdout]       |
[INFO] [stdout] 11571 |     assert_panic!(Float::rational_div_float_prec_val_ref(
[INFO] [stdout]       |     ^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]      --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]       |
[INFO] [stdout]       = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]       |
[INFO] [stdout] 11571 -     assert_panic!(Float::rational_div_float_prec_val_ref(
[INFO] [stdout] 11571 +     assert_ne!(Float::rational_div_float_prec_val_ref(
[INFO] [stdout]       |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]      --> tests/arithmetic/div.rs:11576:5
[INFO] [stdout]       |
[INFO] [stdout] 11576 |     assert_panic!(Float::rational_div_float_prec_ref_val(
[INFO] [stdout]       |     ^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]      --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]       |
[INFO] [stdout]       = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]       |
[INFO] [stdout] 11576 -     assert_panic!(Float::rational_div_float_prec_ref_val(
[INFO] [stdout] 11576 +     assert_ne!(Float::rational_div_float_prec_ref_val(
[INFO] [stdout]       |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]      --> tests/arithmetic/div.rs:11581:5
[INFO] [stdout]       |
[INFO] [stdout] 11581 |     assert_panic!(Float::rational_div_float_prec_ref_ref(
[INFO] [stdout]       |     ^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]      --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]       |
[INFO] [stdout]       = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]       |
[INFO] [stdout] 11581 -     assert_panic!(Float::rational_div_float_prec_ref_ref(
[INFO] [stdout] 11581 +     assert_ne!(Float::rational_div_float_prec_ref_ref(
[INFO] [stdout]       |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]      --> tests/arithmetic/div.rs:12388:5
[INFO] [stdout]       |
[INFO] [stdout] 12388 |     assert_panic!(Float::rational_div_float_round(Rational::ONE, THREE, Exact));
[INFO] [stdout]       |     ^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]      --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]       |
[INFO] [stdout]       = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]       |
[INFO] [stdout] 12388 -     assert_panic!(Float::rational_div_float_round(Rational::ONE, THREE, Exact));
[INFO] [stdout] 12388 +     assert_ne!(Float::rational_div_float_round(Rational::ONE, THREE, Exact));
[INFO] [stdout]       |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]      --> tests/arithmetic/div.rs:12389:5
[INFO] [stdout]       |
[INFO] [stdout] 12389 |     assert_panic!(Float::rational_div_float_round_val_ref(
[INFO] [stdout]       |     ^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]      --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]       |
[INFO] [stdout]       = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]       |
[INFO] [stdout] 12389 -     assert_panic!(Float::rational_div_float_round_val_ref(
[INFO] [stdout] 12389 +     assert_ne!(Float::rational_div_float_round_val_ref(
[INFO] [stdout]       |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]      --> tests/arithmetic/div.rs:12394:5
[INFO] [stdout]       |
[INFO] [stdout] 12394 |     assert_panic!(Float::rational_div_float_round_ref_val(
[INFO] [stdout]       |     ^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]      --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]       |
[INFO] [stdout]       = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]       |
[INFO] [stdout] 12394 -     assert_panic!(Float::rational_div_float_round_ref_val(
[INFO] [stdout] 12394 +     assert_ne!(Float::rational_div_float_round_ref_val(
[INFO] [stdout]       |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]      --> tests/arithmetic/div.rs:12399:5
[INFO] [stdout]       |
[INFO] [stdout] 12399 |     assert_panic!(Float::rational_div_float_round_ref_ref(
[INFO] [stdout]       |     ^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]      --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]       |
[INFO] [stdout]       = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]       |
[INFO] [stdout] 12399 -     assert_panic!(Float::rational_div_float_round_ref_ref(
[INFO] [stdout] 12399 +     assert_ne!(Float::rational_div_float_round_ref_ref(
[INFO] [stdout]       |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]      --> tests/arithmetic/div.rs:13794:5
[INFO] [stdout]       |
[INFO] [stdout] 13794 |     assert_panic!(Float::rational_div_float_prec_round(
[INFO] [stdout]       |     ^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]      --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]       |
[INFO] [stdout]       = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]       |
[INFO] [stdout] 13794 -     assert_panic!(Float::rational_div_float_prec_round(
[INFO] [stdout] 13794 +     assert_ne!(Float::rational_div_float_prec_round(
[INFO] [stdout]       |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]      --> tests/arithmetic/div.rs:13800:5
[INFO] [stdout]       |
[INFO] [stdout] 13800 |     assert_panic!(Float::rational_div_float_prec_round(
[INFO] [stdout]       |     ^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]      --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]       |
[INFO] [stdout]       = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]       |
[INFO] [stdout] 13800 -     assert_panic!(Float::rational_div_float_prec_round(
[INFO] [stdout] 13800 +     assert_ne!(Float::rational_div_float_prec_round(
[INFO] [stdout]       |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]      --> tests/arithmetic/div.rs:13806:5
[INFO] [stdout]       |
[INFO] [stdout] 13806 |     assert_panic!(Float::rational_div_float_prec_round_val_ref(
[INFO] [stdout]       |     ^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]      --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]       |
[INFO] [stdout]       = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]       |
[INFO] [stdout] 13806 -     assert_panic!(Float::rational_div_float_prec_round_val_ref(
[INFO] [stdout] 13806 +     assert_ne!(Float::rational_div_float_prec_round_val_ref(
[INFO] [stdout]       |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]      --> tests/arithmetic/div.rs:13812:5
[INFO] [stdout]       |
[INFO] [stdout] 13812 |     assert_panic!(Float::rational_div_float_prec_round_ref_val(
[INFO] [stdout]       |     ^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]      --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]       |
[INFO] [stdout]       = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]       |
[INFO] [stdout] 13812 -     assert_panic!(Float::rational_div_float_prec_round_ref_val(
[INFO] [stdout] 13812 +     assert_ne!(Float::rational_div_float_prec_round_ref_val(
[INFO] [stdout]       |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]      --> tests/arithmetic/div.rs:13818:5
[INFO] [stdout]       |
[INFO] [stdout] 13818 |     assert_panic!(Float::rational_div_float_prec_round_ref_ref(
[INFO] [stdout]       |     ^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]      --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]       |
[INFO] [stdout]       = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]       |
[INFO] [stdout] 13818 -     assert_panic!(Float::rational_div_float_prec_round_ref_ref(
[INFO] [stdout] 13818 +     assert_ne!(Float::rational_div_float_prec_round_ref_ref(
[INFO] [stdout]       |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]      --> tests/arithmetic/div.rs:13975:9
[INFO] [stdout]       |
[INFO] [stdout] 13975 |         assert_panic!(x.div_prec_round_ref_ref(&y, prec, Exact));
[INFO] [stdout]       |         ^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]      --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]       |
[INFO] [stdout]       = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]       |
[INFO] [stdout] 13975 -         assert_panic!(x.div_prec_round_ref_ref(&y, prec, Exact));
[INFO] [stdout] 13975 +         assert_ne!(x.div_prec_round_ref_ref(&y, prec, Exact));
[INFO] [stdout]       |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]      --> tests/arithmetic/div.rs:14521:9
[INFO] [stdout]       |
[INFO] [stdout] 14521 |         assert_panic!(x.div_round_ref_ref(&y, Exact));
[INFO] [stdout]       |         ^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]      --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]       |
[INFO] [stdout]       = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]       |
[INFO] [stdout] 14521 -         assert_panic!(x.div_round_ref_ref(&y, Exact));
[INFO] [stdout] 14521 +         assert_ne!(x.div_round_ref_ref(&y, Exact));
[INFO] [stdout]       |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]      --> tests/arithmetic/div.rs:15115:9
[INFO] [stdout]       |
[INFO] [stdout] 15115 |         assert_panic!(x.div_rational_prec_round_ref_ref(&y, prec, Exact));
[INFO] [stdout]       |         ^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]      --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]       |
[INFO] [stdout]       = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]       |
[INFO] [stdout] 15115 -         assert_panic!(x.div_rational_prec_round_ref_ref(&y, prec, Exact));
[INFO] [stdout] 15115 +         assert_ne!(x.div_rational_prec_round_ref_ref(&y, prec, Exact));
[INFO] [stdout]       |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]      --> tests/arithmetic/div.rs:15583:9
[INFO] [stdout]       |
[INFO] [stdout] 15583 |         assert_panic!(x.div_rational_round_ref_ref(&y, Exact));
[INFO] [stdout]       |         ^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]      --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]       |
[INFO] [stdout]       = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]       |
[INFO] [stdout] 15583 -         assert_panic!(x.div_rational_round_ref_ref(&y, Exact));
[INFO] [stdout] 15583 +         assert_ne!(x.div_rational_round_ref_ref(&y, Exact));
[INFO] [stdout]       |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]      --> tests/arithmetic/div.rs:15998:9
[INFO] [stdout]       |
[INFO] [stdout] 15998 |         assert_panic!(Float::rational_div_float_prec_round_ref_ref(
[INFO] [stdout]       |         ^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]      --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]       |
[INFO] [stdout]       = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]       |
[INFO] [stdout] 15998 -         assert_panic!(Float::rational_div_float_prec_round_ref_ref(
[INFO] [stdout] 15998 +         assert_ne!(Float::rational_div_float_prec_round_ref_ref(
[INFO] [stdout]       |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]      --> tests/arithmetic/div.rs:16399:9
[INFO] [stdout]       |
[INFO] [stdout] 16399 |         assert_panic!(Float::rational_div_float_round_ref_ref(&x, &y, Exact));
[INFO] [stdout]       |         ^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]      --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]       |
[INFO] [stdout]       = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]       |
[INFO] [stdout] 16399 -         assert_panic!(Float::rational_div_float_round_ref_ref(&x, &y, Exact));
[INFO] [stdout] 16399 +         assert_ne!(Float::rational_div_float_round_ref_ref(&x, &y, Exact));
[INFO] [stdout]       |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]    --> tests/arithmetic/ln.rs:303:5
[INFO] [stdout]     |
[INFO] [stdout] 303 |     assert_panic!(Float::NAN.ln_prec(0));
[INFO] [stdout]     |     ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 303 -     assert_panic!(Float::NAN.ln_prec(0));
[INFO] [stdout] 303 +     assert_ne!(Float::NAN.ln_prec(0));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]    --> tests/arithmetic/ln.rs:304:5
[INFO] [stdout]     |
[INFO] [stdout] 304 |     assert_panic!(Float::NAN.ln_prec_ref(0));
[INFO] [stdout]     |     ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 304 -     assert_panic!(Float::NAN.ln_prec_ref(0));
[INFO] [stdout] 304 +     assert_ne!(Float::NAN.ln_prec_ref(0));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]    --> tests/arithmetic/ln.rs:305:5
[INFO] [stdout]     |
[INFO] [stdout] 305 |     assert_panic!({
[INFO] [stdout]     |     ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 305 -     assert_panic!({
[INFO] [stdout] 305 +     assert_ne!({
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]    --> tests/arithmetic/ln.rs:753:5
[INFO] [stdout]     |
[INFO] [stdout] 753 |     assert_panic!(THREE.ln_round(Exact));
[INFO] [stdout]     |     ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 753 -     assert_panic!(THREE.ln_round(Exact));
[INFO] [stdout] 753 +     assert_ne!(THREE.ln_round(Exact));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]    --> tests/arithmetic/ln.rs:754:5
[INFO] [stdout]     |
[INFO] [stdout] 754 |     assert_panic!(THREE.ln_round_ref(Exact));
[INFO] [stdout]     |     ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 754 -     assert_panic!(THREE.ln_round_ref(Exact));
[INFO] [stdout] 754 +     assert_ne!(THREE.ln_round_ref(Exact));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]    --> tests/arithmetic/ln.rs:755:5
[INFO] [stdout]     |
[INFO] [stdout] 755 |     assert_panic!({
[INFO] [stdout]     |     ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 755 -     assert_panic!({
[INFO] [stdout] 755 +     assert_ne!({
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/ln.rs:1609:5
[INFO] [stdout]      |
[INFO] [stdout] 1609 |     assert_panic!(Float::one_prec(1).ln_prec_round(0, Floor));
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 1609 -     assert_panic!(Float::one_prec(1).ln_prec_round(0, Floor));
[INFO] [stdout] 1609 +     assert_ne!(Float::one_prec(1).ln_prec_round(0, Floor));
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/ln.rs:1610:5
[INFO] [stdout]      |
[INFO] [stdout] 1610 |     assert_panic!(Float::one_prec(1).ln_prec_round_ref(0, Floor));
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 1610 -     assert_panic!(Float::one_prec(1).ln_prec_round_ref(0, Floor));
[INFO] [stdout] 1610 +     assert_ne!(Float::one_prec(1).ln_prec_round_ref(0, Floor));
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/ln.rs:1611:5
[INFO] [stdout]      |
[INFO] [stdout] 1611 |     assert_panic!({
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 1611 -     assert_panic!({
[INFO] [stdout] 1611 +     assert_ne!({
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/ln.rs:1616:5
[INFO] [stdout]      |
[INFO] [stdout] 1616 |     assert_panic!(THREE.ln_prec_round(1, Exact));
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 1616 -     assert_panic!(THREE.ln_prec_round(1, Exact));
[INFO] [stdout] 1616 +     assert_ne!(THREE.ln_prec_round(1, Exact));
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/ln.rs:1617:5
[INFO] [stdout]      |
[INFO] [stdout] 1617 |     assert_panic!(THREE.ln_prec_round_ref(1, Exact));
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 1617 -     assert_panic!(THREE.ln_prec_round_ref(1, Exact));
[INFO] [stdout] 1617 +     assert_ne!(THREE.ln_prec_round_ref(1, Exact));
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/ln.rs:1618:5
[INFO] [stdout]      |
[INFO] [stdout] 1618 |     assert_panic!({
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 1618 -     assert_panic!({
[INFO] [stdout] 1618 +     assert_ne!({
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/ln.rs:1805:5
[INFO] [stdout]      |
[INFO] [stdout] 1805 |     assert_panic!(Float::ln_rational_prec(Rational::ZERO, 0));
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 1805 -     assert_panic!(Float::ln_rational_prec(Rational::ZERO, 0));
[INFO] [stdout] 1805 +     assert_ne!(Float::ln_rational_prec(Rational::ZERO, 0));
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/ln.rs:1806:5
[INFO] [stdout]      |
[INFO] [stdout] 1806 |     assert_panic!(Float::ln_rational_prec(Rational::ONE, 0));
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 1806 -     assert_panic!(Float::ln_rational_prec(Rational::ONE, 0));
[INFO] [stdout] 1806 +     assert_ne!(Float::ln_rational_prec(Rational::ONE, 0));
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/ln.rs:1807:5
[INFO] [stdout]      |
[INFO] [stdout] 1807 |     assert_panic!(Float::ln_rational_prec(Rational::NEGATIVE_ONE, 0));
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 1807 -     assert_panic!(Float::ln_rational_prec(Rational::NEGATIVE_ONE, 0));
[INFO] [stdout] 1807 +     assert_ne!(Float::ln_rational_prec(Rational::NEGATIVE_ONE, 0));
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/ln.rs:1812:5
[INFO] [stdout]      |
[INFO] [stdout] 1812 |     assert_panic!(Float::ln_rational_prec_ref(&Rational::ZERO, 0));
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 1812 -     assert_panic!(Float::ln_rational_prec_ref(&Rational::ZERO, 0));
[INFO] [stdout] 1812 +     assert_ne!(Float::ln_rational_prec_ref(&Rational::ZERO, 0));
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/ln.rs:1813:5
[INFO] [stdout]      |
[INFO] [stdout] 1813 |     assert_panic!(Float::ln_rational_prec_ref(&Rational::ONE, 0));
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 1813 -     assert_panic!(Float::ln_rational_prec_ref(&Rational::ONE, 0));
[INFO] [stdout] 1813 +     assert_ne!(Float::ln_rational_prec_ref(&Rational::ONE, 0));
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/ln.rs:1814:5
[INFO] [stdout]      |
[INFO] [stdout] 1814 |     assert_panic!(Float::ln_rational_prec_ref(&Rational::NEGATIVE_ONE, 0));
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 1814 -     assert_panic!(Float::ln_rational_prec_ref(&Rational::NEGATIVE_ONE, 0));
[INFO] [stdout] 1814 +     assert_ne!(Float::ln_rational_prec_ref(&Rational::NEGATIVE_ONE, 0));
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/ln.rs:2779:5
[INFO] [stdout]      |
[INFO] [stdout] 2779 |     assert_panic!(Float::ln_rational_prec_round(Rational::ZERO, 0, Floor));
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 2779 -     assert_panic!(Float::ln_rational_prec_round(Rational::ZERO, 0, Floor));
[INFO] [stdout] 2779 +     assert_ne!(Float::ln_rational_prec_round(Rational::ZERO, 0, Floor));
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/ln.rs:2780:5
[INFO] [stdout]      |
[INFO] [stdout] 2780 |     assert_panic!(Float::ln_rational_prec_round(Rational::ONE, 0, Floor));
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 2780 -     assert_panic!(Float::ln_rational_prec_round(Rational::ONE, 0, Floor));
[INFO] [stdout] 2780 +     assert_ne!(Float::ln_rational_prec_round(Rational::ONE, 0, Floor));
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/ln.rs:2781:5
[INFO] [stdout]      |
[INFO] [stdout] 2781 |     assert_panic!(Float::ln_rational_prec_round(
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 2781 -     assert_panic!(Float::ln_rational_prec_round(
[INFO] [stdout] 2781 +     assert_ne!(Float::ln_rational_prec_round(
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/ln.rs:2786:5
[INFO] [stdout]      |
[INFO] [stdout] 2786 |     assert_panic!(Float::ln_rational_prec_round(
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 2786 -     assert_panic!(Float::ln_rational_prec_round(
[INFO] [stdout] 2786 +     assert_ne!(Float::ln_rational_prec_round(
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/ln.rs:2791:5
[INFO] [stdout]      |
[INFO] [stdout] 2791 |     assert_panic!(Float::ln_rational_prec_round(
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 2791 -     assert_panic!(Float::ln_rational_prec_round(
[INFO] [stdout] 2791 +     assert_ne!(Float::ln_rational_prec_round(
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_panic` in this scope
[INFO] [stdout]     --> tests/arithmetic/ln.rs:2800:5
[INFO] [stdout]      |
[INFO] [stdout] 2800 |     assert_panic!(Float::ln_rational_prec_round_ref(&Rational::ZERO, 0, Floor));
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:98:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 2800 -     assert_panic!(Float::ln_rational_prec_round_ref(&Rational::ZERO, 0, Floor));
[INFO] [stdout] 2800 +     assert_ne!(Float::ln_rational_prec_round_ref(&Rational::ZERO, 0, Floor));
[INFO] [stdout]      |
[INFO] [stdout] 
[WARN] too many lines in the log, truncating it
